Skip to content

Commit

Permalink
chore: release 0.41.1rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Camalon <[email protected]>
  • Loading branch information
thbcmlowk committed Oct 4, 2023
1 parent 16152ae commit 6e2c7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.21.0rc1",
"substra~=0.48.1rc3",
"substratools~=0.21.0rc3",
"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.1rc3"

0 comments on commit 6e2c7e3

Please sign in to comment.