diff --git a/flatland/__init__.py b/flatland/__init__.py index 930c54651f8386d8fe6195f4fef612ca911b3de8..afc062db82b3cedba6c8d45b5bd743c3a230d483 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '2.1.2' +__version__ = '2.1.3' diff --git a/setup.cfg b/setup.cfg index c2d7fe9bbb34a8303ab2071ba030cec5dfd119ed..843921acb844b848451a20336d28bd5dbb3a3542 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.2 +current_version = 2.1.3 commit = True tag = True diff --git a/setup.py b/setup.py index 1c13b83d05a0713df4aba76400461309307bbe78..1823be9069b58363ec66713af9387f92d03d558f 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='2.1.2', + version='2.1.3', zip_safe=False, )