diff --git a/flatland/__init__.py b/flatland/__init__.py index b0399d2ae671472306a95956a05bb63a58b07263..cccf18e6fc8ff614ce5f8b6eec433a883d474d81 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '0.1.1' +__version__ = '0.1.2' diff --git a/setup.cfg b/setup.cfg index eda9c18c6815882df702d11d7e9dc98a51e378f9..dd16bd77df8727f52ed2f3102b1042799271a611 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/setup.py b/setup.py index 7e9a8b04f00424ebe4c8fcb9671b8d2328e51bb1..05648be8d63667e7220a0cf2f33603a8e899dd01 100644 --- a/setup.py +++ b/setup.py @@ -117,6 +117,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='0.1.1', + version='0.1.2', zip_safe=False, )