diff --git a/flatland/__init__.py b/flatland/__init__.py index ce42c82014ccd5066078e16d1f624fefda85d181..e3a5a737ac262d586bfda6c1f54f57da970605c3 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '2.1.10' +__version__ = '2.2.0' diff --git a/setup.cfg b/setup.cfg index a98e0b9ac79a1e054d9c76d887544e19c124eb37..1756975fb59a1572815d29cee79d5e75b2936edb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.10 +current_version = 2.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index e2437d4e4065901134716a1602073f1dcd2295a1..3219cef388ff1972f859e68a4cb79a427973ddce 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setup( author="S.P. Mohanty", author_email='mohanty@aicrowd.com', classifiers=[ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Natural Language :: English', 'Programming Language :: Python :: 3.6', @@ -80,6 +80,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='2.1.10', + version='2.2.0', zip_safe=False, )