diff --git a/dist/flatland_rl-3.0.1-py2.py3-none-any.whl b/dist/flatland_rl-3.0.2-py2.py3-none-any.whl
similarity index 98%
rename from dist/flatland_rl-3.0.1-py2.py3-none-any.whl
rename to dist/flatland_rl-3.0.2-py2.py3-none-any.whl
index b09a3bf91aebbeac20a31e35c8d5c6b083ce085d..e1d76c5530f737be8a75a0a13f75e9fc6b519d96 100644
Binary files a/dist/flatland_rl-3.0.1-py2.py3-none-any.whl and b/dist/flatland_rl-3.0.2-py2.py3-none-any.whl differ
diff --git a/flatland/__init__.py b/flatland/__init__.py
index 6fea90b5178baefea248c91eb80efd5f55f9dbff..e6fc5e9d3c5f84bcd56acb65f1441b29b1c120c6 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '3.0.1'
+__version__ = '3.0.2'
diff --git a/setup.cfg b/setup.cfg
index 4dfa964975405c911737d311f70d4c8346042d13..9f61d38406c47ede3eb819924f02750e798fff44 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.1
+current_version = 3.0.2
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 743b22cd4e143458202e16cbb8e415ea088209b1..17d45aae0c209550e7c05fb4c5ec3839dc6f8941 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.1',
+    version='3.0.2',
     zip_safe=False,
 )