diff --git a/dist/flatland_rl-3.0.6-py2.py3-none-any.whl b/dist/flatland_rl-3.0.7-py2.py3-none-any.whl
similarity index 98%
rename from dist/flatland_rl-3.0.6-py2.py3-none-any.whl
rename to dist/flatland_rl-3.0.7-py2.py3-none-any.whl
index 59ddc0e7e054d9e2e1dd12d2e4f60d76e5b2fa6e..97d5a43b47e1557ee8bffabd25d7b0df7c4ab9c3 100644
Binary files a/dist/flatland_rl-3.0.6-py2.py3-none-any.whl and b/dist/flatland_rl-3.0.7-py2.py3-none-any.whl differ
diff --git a/flatland/__init__.py b/flatland/__init__.py
index a49e0274c45a069246b8c606e3afa889a3b469e3..ac366bdf8bb1091755daca91a411a90aa36018f2 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '3.0.6'
+__version__ = '3.0.7'
diff --git a/setup.cfg b/setup.cfg
index 0b566f440b0f3bd2423e553346b3359d6bdc1fcf..a0f6a0f5a185926f66916d9a6f6bcb95536d010a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.6
+current_version = 3.0.7
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 7e6cce2a176d4d5786d89e761670f158c86536ec..cea53d34860a43ef4565e6e432449f55c73ceeee 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.6',
+    version='3.0.7',
     zip_safe=False,
 )