We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62e144 commit 2f6cc22Copy full SHA for 2f6cc22
.github/workflows/publish.yml
@@ -55,5 +55,4 @@ jobs:
55
- name: Publish sdist and wheel to PyPI
56
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
57
with:
58
- repository-url: https://pypi.org/p/autograd
59
packages-dir: dist/
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "autograd"
7
-version = "1.6.3"
+version = "1.7.0"
8
requires-python = ">=3.8"
9
description = "Efficiently computes derivatives of NumPy code."
10
readme = "README.md"
0 commit comments