diff --git a/flatland/__init__.py b/flatland/__init__.py index 32f9c74915574d9e82906c23f8e081264a959b93..dcf10ccf42a580149f9ff8b8b1099b71971d1975 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '1.0.0' +__version__ = '2.0.0' diff --git a/setup.cfg b/setup.cfg index 2c5bf7cd1800bdb475a104533bf301c38adb233b..9d4f28f84e5b9c7814638df9752dcf84d2b59373 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 2.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index 03e7316e208e0c6312238db4367fa90bf18a1f3f..8461a3fb422c59b07a519eaab9b421a7c5f51727 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='1.0.0', + version='2.0.0', zip_safe=False, )