diff --git a/CHANGELOG.md b/CHANGELOG.md index 70ff2a4..8518b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changes that do not affect the user. ## [Unreleased] +## [0.4.1] - 2025-01-02 + ### Fixed - Fixed a bug introduced in v0.4.0 that could cause `backward` and `mtl_backward` to fail with some diff --git a/pyproject.toml b/pyproject.toml index 0683e3d..9d9253b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "pdm.backend" [project] name = "torchjd" -version = "0.4.0" +version = "0.4.1" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [