Skip to content

Commit 7602801

Browse files
authored
Release v0.4.1 (#228)
* Update version to 0.4.1 in pyproject.toml * Add header for version 0.4.1 in changelog
1 parent 7db95ff commit 7602801

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ changes that do not affect the user.
88

99
## [Unreleased]
1010

11+
## [0.4.1] - 2025-01-02
12+
1113
### Fixed
1214

1315
- Fixed a bug introduced in v0.4.0 that could cause `backward` and `mtl_backward` to fail with some

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "torchjd"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "Library for Jacobian Descent with PyTorch."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)