From 86820fdf4bf38bd5effcf2b464fcc5aacbdd7e78 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:01:03 +0530 Subject: [PATCH] Release commit: bump to version 1.7.0 --- .github/workflows/publish.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00863c86..52b05128 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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/ diff --git a/pyproject.toml b/pyproject.toml index 8c9ee473..10d78b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"