Skip to content

Commit aa32fbc

Browse files
authored
Fix _version.py and various version-related issues (#539)
- Removed unnecessary logic in setup.py - Fix versioneer issues Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent 70afdfc commit aa32fbc

File tree

4 files changed

+622
-81
lines changed

4 files changed

+622
-81
lines changed

docs/source/release_notes/v3.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.0.0 (April 24th, 2024)
1+
# Version 3.0.0 (April 22nd, 2025)
22

33
## What's new in 3.0.0
44

monai/deploy/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@
2323
from . import _version, conditions, core, exceptions, logger, resources, utils
2424

2525
__version__ = _version.get_versions()["version"]
26+
27+
from . import _version
28+
__version__ = _version.get_versions()['version']

0 commit comments

Comments
 (0)