diff --git a/flatland/__init__.py b/flatland/__init__.py index 1a4304c9bb3ad7fc5873c18ae638bdc8b6f54b05..3a36fdee3e3c2dbc78ada96aed0464d2032db889 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '0.3.4' +__version__ = '0.3.5' diff --git a/setup.cfg b/setup.cfg index 53c0917acdea5ccd64e0136daed612cbe98b8c5d..a50cc62ffe2a857937342a8fca0ff600f06ed660 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.5 commit = True tag = True diff --git a/setup.py b/setup.py index 2b187eb4da425f42a8ad8674ccaa9afc1e9e307a..ae45f16e04eb260d8385826c4f45c297a74406db 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.4', + version='0.3.5', zip_safe=False, )