diff --git a/CHANGELOG.md b/CHANGELOG.md index 7615e3a1..69116c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user. ## [Unreleased] +## [0.17.1] - 2026-09-23 + ### Fixed - Fixed a bug with type annotations making it impossible to use TorchJD without any optional diff --git a/pyproject.toml b/pyproject.toml index af63fa6e..87ca96d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.17.0" +version = "0.17.1" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [