Skip to content

Commit c3100f5

Browse files
authored
Bump version: 2.0.0 → 3.0.0 (#540)
* Bump version: 2.0.0 → 3.0.0 Signed-off-by: M Q <mingmelvinq@nvidia.com> * Bump version: 2.0.0 -> 3.0.0 with __init__.py fix Signed-off-by: M Q <mingmelvinq@nvidia.com> * Remove blank line complained by black Signed-off-by: M Q <mingmelvinq@nvidia.com> * Fix more formatting complaints Signed-off-by: M Q <mingmelvinq@nvidia.com> --------- Signed-off-by: M Q <mingmelvinq@nvidia.com>
1 parent aa32fbc commit c3100f5

File tree

4 files changed

+137
-117
lines changed

4 files changed

+137
-117
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 3.0.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>a|b|rc)(?P<build>\d+))?
44
serialize =
55
{major}.{minor}.{patch}{release}{build}

monai/deploy/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@
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']

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
# limitations under the License.
1111

1212

13-
import atexit
1413
import site
1514
import sys
1615

1716
from setuptools import find_namespace_packages, setup
18-
from setuptools.command.install import install
1917

2018
import versioneer
2119

0 commit comments

Comments
 (0)