diff --git a/dist/flatland_rl-3.0.0rc2-py2.py3-none-any.whl b/dist/flatland_rl-3.0.0-py2.py3-none-any.whl
similarity index 97%
rename from dist/flatland_rl-3.0.0rc2-py2.py3-none-any.whl
rename to dist/flatland_rl-3.0.0-py2.py3-none-any.whl
index 4657ff6303ca9fcbc6fb21a1185285ef96e81f0b..18e433350542c9b9d13663687d06c62f7eba0a60 100644
Binary files a/dist/flatland_rl-3.0.0rc2-py2.py3-none-any.whl and b/dist/flatland_rl-3.0.0-py2.py3-none-any.whl differ
diff --git a/flatland/__init__.py b/flatland/__init__.py
index 70535ce220ad6aa39eb0d38f56e80fa37f2984a3..ddd54c559f3a4c7c5487b34b9a8c63a5704d0297 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '3.0.0rc2'
+__version__ = '3.0.0'
diff --git a/setup.cfg b/setup.cfg
index bd9d379017a4a11cf7b5d2a5a5d7a113dd875a93..d9f0b74934b053f138a7b6679297c461b59811ec 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.0rc2
+current_version = 3.0.0
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 46a13f67e616bcb944f22c32a1d273e171bc584f..951597139909083748ad36810573ab0b2f3b47ed 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.0rc2',
+    version='3.0.0',
     zip_safe=False,
 )