diff --git a/flatland/__init__.py b/flatland/__init__.py index cccf18e6fc8ff614ce5f8b6eec433a883d474d81..feccf8656b98057e0c7486483d2a6c6281077a37 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '0.1.2' +__version__ = '0.2.0' diff --git a/setup.cfg b/setup.cfg index dd16bd77df8727f52ed2f3102b1042799271a611..d83f09f0c50a153fce8c40c22cf7d496eb02304b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.2.0 commit = True tag = True diff --git a/setup.py b/setup.py index 3cc28b34f7acf0d05958606c79beef439632035f..900dada07e587333db5459bc4a482be080f241b9 100644 --- a/setup.py +++ b/setup.py @@ -114,6 +114,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='0.1.2', + version='0.2.0', zip_safe=False, )