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