Skip to content

Commit

Permalink
Release commit: bump to version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 22, 2024
1 parent f62e144 commit 86820fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- name: Publish sdist and wheel to PyPI
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
with:
repository-url: https://pypi.org/p/autograd
repository-url: https://pypi.org/p/autograd/
packages-dir: dist/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "autograd"
version = "1.6.3"
version = "1.7.0"
requires-python = ">=3.8"
description = "Efficiently computes derivatives of NumPy code."
readme = "README.md"
Expand Down

0 comments on commit 86820fd

Please sign in to comment.