diff --git a/dist/flatland_rl-3.0.4-py2.py3-none-any.whl b/dist/flatland_rl-3.0.5-py2.py3-none-any.whl
similarity index 98%
rename from dist/flatland_rl-3.0.4-py2.py3-none-any.whl
rename to dist/flatland_rl-3.0.5-py2.py3-none-any.whl
index 3ec2981807b61b3c4071219acd0a65bd32062129..3a043906bce23d6428fad8764429d790e0c3bd98 100644
Binary files a/dist/flatland_rl-3.0.4-py2.py3-none-any.whl and b/dist/flatland_rl-3.0.5-py2.py3-none-any.whl differ
diff --git a/flatland/__init__.py b/flatland/__init__.py
index 5b9795329f535e285a26b3c6aa7e3d0781913ae3..c56419aff0df81a7a5512b5af23128e13aa37850 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '3.0.4'
+__version__ = '5'
diff --git a/setup.cfg b/setup.cfg
index 1d6fe300baff03b9f014d9a5892f852909143fbb..696d5c8de1ea518d4e0ec07aa89fa7abb17161ea 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.4
+current_version = 3.0.5
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index c525d8d0fecf2915237817b736d6e5bb039e3b68..dc1116c2b7d90eaeb4ac91aeaea7911d6eeea31e 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.4',
+    version='3.0.5',
     zip_safe=False,
 )