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