Skip to content
Snippets Groups Projects
Commit 1daa3d05 authored by MasterScrat's avatar MasterScrat
Browse files

Bumped version to 2.2.0

parent 7bf1826c
No related branches found
Tags submission-v0.34
No related merge requests found
......@@ -4,4 +4,4 @@
__author__ = """S.P. Mohanty"""
__email__ = 'mohanty@aicrowd.com'
__version__ = '2.1.10'
__version__ = '2.2.0'
[bumpversion]
current_version = 2.1.10
current_version = 2.2.0
commit = True
tag = True
......
......@@ -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,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment