We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40120ed commit 1b0d5cbCopy full SHA for 1b0d5cb
monai/deploy/__init__.py
@@ -23,3 +23,6 @@
23
from . import _version, conditions, core, exceptions, logger, resources, utils
24
25
__version__ = _version.get_versions()["version"]
26
+
27
+from . import _version
28
+__version__ = _version.get_versions()['version']
0 commit comments