diff --git a/dist/flatland_rl-3.0.2-py2.py3-none-any.whl b/dist/flatland_rl-3.0.3-py2.py3-none-any.whl similarity index 98% rename from dist/flatland_rl-3.0.2-py2.py3-none-any.whl rename to dist/flatland_rl-3.0.3-py2.py3-none-any.whl index eb7c110acb49062c113de021d2762dfef3e351a7..6a020d6756287458a07c679ff06c40f960f72cd3 100644 Binary files a/dist/flatland_rl-3.0.2-py2.py3-none-any.whl and b/dist/flatland_rl-3.0.3-py2.py3-none-any.whl differ diff --git a/flatland/__init__.py b/flatland/__init__.py index e6fc5e9d3c5f84bcd56acb65f1441b29b1c120c6..3d7c8777df73f984ac08dea3c0522865aec87092 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '3.0.2' +__version__ = '3.0.3' diff --git a/setup.cfg b/setup.cfg index 9f61d38406c47ede3eb819924f02750e798fff44..784da7c226a7833f70c4d57cf179a78769f5785e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.2 +current_version = 3.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 17d45aae0c209550e7c05fb4c5ec3839dc6f8941..4ee6f6cb1ea3ffcfc556187a74b55bf7f0c41435 100644 --- a/setup.py +++ b/setup.py @@ -80,6 +80,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='3.0.2', + version='3.0.3', zip_safe=False, )