Skip to content

Commit 2f6cc22

Browse files
Release commit: bump to version 1.7.0
1 parent f62e144 commit 2f6cc22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ jobs:
5555
- name: Publish sdist and wheel to PyPI
5656
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
5757
with:
58-
repository-url: https://pypi.org/p/autograd
5958
packages-dir: dist/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "autograd"
7-
version = "1.6.3"
7+
version = "1.7.0"
88
requires-python = ">=3.8"
99
description = "Efficiently computes derivatives of NumPy code."
1010
readme = "README.md"

0 commit comments

Comments
 (0)