diff --git a/flatland/__init__.py b/flatland/__init__.py index 2bb8fee4b5eacf7ebcf7fae9e5c94ed6da5695ff..32f9c74915574d9e82906c23f8e081264a959b93 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '0.3.10' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index 580e6accda68402e5f8ca70577cd68eb5b5ad173..2c5bf7cd1800bdb475a104533bf301c38adb233b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.10 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index 48ddd96d47c1e542008e2ad93c60b7bf2b43b410..03e7316e208e0c6312238db4367fa90bf18a1f3f 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='0.3.10', + version='1.0.0', zip_safe=False, )