Skip to content

Commit

Permalink
chore: release 0.41.1 (#174)
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk authored Oct 6, 2023
1 parent 16d6c85 commit 939d49e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## [0.41.1](https://github.com/Substra/substrafl/releases/tag/0.41.1) - 2023-10-06

### Fixed

- Fix Newton-Raphson docstring ([#170](https://github.com/Substra/substrafl/pull/170))
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
install_requires=[
"numpy>=1.20.3, <1.24",
"cloudpickle>=1.6.0",
"substra~=0.48.0",
"substratools~=0.20.0",
"substra~=0.48.1",
"substratools~=0.21.0",
"pydantic>=2.3.0,<3.0",
"pip>=21.2",
"wheel",
Expand Down
2 changes: 1 addition & 1 deletion substrafl/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.41.0"
__version__ = "0.41.1"

0 comments on commit 939d49e

Please sign in to comment.