Skip to content

Commit

Permalink
chore: release 0.32.0 (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy authored Nov 22, 2022
1 parent 59281cf commit 084eae4
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.32.0](https://github.com/Substra/substrafl/releases/tag/0.32.0) - 2022-11-22

### Added

- The metric registration is simplified. The user can now directly write a score function within
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
install_requires=[
"numpy>=1.20.3",
"cloudpickle>=1.6.0",
"substra~=0.39.0",
"substratools~=0.18.0",
"substra~=0.40.0",
"substratools~=0.19.0",
"pydantic>=1.9.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.31.0"
__version__ = "0.32.0"

0 comments on commit 084eae4

Please sign in to comment.