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 5be28b0 commit 228c07dCopy full SHA for 228c07d
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