diff --git a/flatland/__init__.py b/flatland/__init__.py index a51361920643b32d156c257baf6d3469b916d0b9..5e52f09e9998d97a73adf9ad164e6c67c8a7ce5b 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '0.3.6' +__version__ = '0.3.7' diff --git a/setup.cfg b/setup.cfg index 457dcd2bea6007d073912a7199da885f90e34d7c..c6ef78e3be34a5b1149ca2466d805ec5bc01d42a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.6 +current_version = 0.3.7 commit = True tag = True diff --git a/setup.py b/setup.py index 5299efb0744280a1c0b10d125db7af03e1d7e8e6..715abf04b25de040bf0e40a96d145d46eb2dd663 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.6', + version='0.3.7', zip_safe=False, )