Skip to content

Commit 5498c7d

Browse files
committed
Bump up monai_nvflare version
1 parent 5171404 commit 5498c7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration/monai/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
release = os.environ.get("MONAI_NVFL_RELEASE")
2525
if release == "1":
2626
package_name = "monai-nvflare"
27-
version = "0.2.7"
27+
version = "0.2.8"
2828
else:
2929
package_name = "monai-nvflare-nightly"
3030
today = datetime.date.today().timetuple()
3131
year = today[0] % 1000
3232
month = today[1]
3333
day = today[2]
34-
version = f"0.2.6.{year:02d}{month:02d}{day:02d}"
34+
version = f"0.2.9.{year:02d}{month:02d}{day:02d}"
3535

3636
setup(
3737
name=package_name,
@@ -57,5 +57,5 @@
5757
long_description=long_description,
5858
long_description_content_type="text/markdown",
5959
python_requires=">=3.8,<3.11",
60-
install_requires=["monai>=1.3.0", "nvflare~=2.4.1rc3"],
60+
install_requires=["monai>=1.3.0", "nvflare~=2.4.1rc8"],
6161
)

0 commit comments

Comments
 (0)