diff --git a/flatland/__init__.py b/flatland/__init__.py index dcf10ccf42a580149f9ff8b8b1099b71971d1975..e07debb46cc54a1d73a95257bc1094ce79049d1f 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '2.0.0' +__version__ = '2.1.0' diff --git a/setup.cfg b/setup.cfg index 9d4f28f84e5b9c7814638df9752dcf84d2b59373..64b19222e2e326d5bc4a12d496fa9010e154a8ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index dd5629062f72b6d832f38466f0028af7a250f2ff..9061bfb3dc2ee46ba065b10d0e5114b49452e18c 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='2.0.0', + version='2.1.0', zip_safe=False, )