From 1daa3d056dc11d2f46b6fb31f37e2110f025c2c4 Mon Sep 17 00:00:00 2001 From: flaurent <florian.laurent@gmail.com> Date: Mon, 8 Jun 2020 01:04:24 +0200 Subject: [PATCH] Bumped version to 2.2.0 --- flatland/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flatland/__init__.py b/flatland/__init__.py index ce42c820..e3a5a737 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 a98e0b9a..1756975f 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 e2437d4e..3219cef3 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, ) -- GitLab