diff --git a/flatland/__init__.py b/flatland/__init__.py
index 91abefb98e2d87630408e5fd5e2797f522f4365c..3761cf6655b14404cfd5ba18675f5003a4774ec0 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '0.3.2'
+__version__ = '0.3.3'
diff --git a/setup.cfg b/setup.cfg
index e85a00ffb12e4b13063dcdd3a26e7c4643e0702b..f7dfb1ac22adb0fae8bc41fe4d5fcf79efa94b76 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.3.2
+current_version = 0.3.3
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index c749a01e14ff23eab132aba1c0a9965c6ba89255..f99a0a95b0302a596c3caa096f2a70071e00de14 100644
--- a/setup.py
+++ b/setup.py
@@ -79,6 +79,6 @@ setup(
     test_suite='tests',
     tests_require=test_requirements,
     url='https://gitlab.aicrowd.com/flatland/flatland',
-    version='0.3.2',
+    version='0.3.3',
     zip_safe=False,
 )