Skip to content

Commit

Permalink
Release v0.4.1 (#228)
Browse files Browse the repository at this point in the history
* Update version to 0.4.1 in pyproject.toml
* Add header for version 0.4.1 in changelog
  • Loading branch information
ValerianRey authored Jan 2, 2025
1 parent 7db95ff commit 7602801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 = "pdm.backend"

[project]
name = "torchjd"
version = "0.4.0"
version = "0.4.1"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 7602801

Please sign in to comment.