diff --git a/flatland/__init__.py b/flatland/__init__.py
index 3761cf6655b14404cfd5ba18675f5003a4774ec0..1a4304c9bb3ad7fc5873c18ae638bdc8b6f54b05 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '0.3.3'
+__version__ = '0.3.4'
diff --git a/setup.cfg b/setup.cfg
index f7dfb1ac22adb0fae8bc41fe4d5fcf79efa94b76..53c0917acdea5ccd64e0136daed612cbe98b8c5d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.3.3
+current_version = 0.3.4
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index f99a0a95b0302a596c3caa096f2a70071e00de14..2b187eb4da425f42a8ad8674ccaa9afc1e9e307a 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.3',
+    version='0.3.4',
     zip_safe=False,
 )