Skip to content

Commit

Permalink
chore: release 0.49.0
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Oct 19, 2023
1 parent 2ca7dbe commit a64cdb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## \[Unreleased\]

## [0.41.2](https://github.com/Substra/substrafl/releases/tag/0.41.2) - 2023-10-18
## [0.42.0](https://github.com/Substra/substrafl/releases/tag/0.42.0) - 2023-10-18

### Added

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
install_requires=[
"numpy>=1.24",
"cloudpickle>=1.6.0",
"substra~=0.48.2rc1",
"substra~=0.49.0rc1",
"substratools~=0.21.0",
"pydantic>=2.3.0,<3.0",
"pip>=21.2",
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.2rc1"
__version__ = "0.42.0rc1"

0 comments on commit a64cdb0

Please sign in to comment.