diff --git a/flatland/__init__.py b/flatland/__init__.py
index feccf8656b98057e0c7486483d2a6c6281077a37..1843d8f83d2a6717228265ccb723a2829f183036 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '0.2.0'
+__version__ = '0.3.0'
diff --git a/setup.cfg b/setup.cfg
index d83f09f0c50a153fce8c40c22cf7d496eb02304b..bf90ad68de834b5de98cf9684174a9bddc75bc12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.0
+current_version = 0.3.0
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index dcbfffde738070cf68938a9495d5a3f887644ca0..22ee05ddb49972e21dda7e8df45ee02dcebae768 100644
--- a/setup.py
+++ b/setup.py
@@ -78,6 +78,6 @@ setup(
     test_suite='tests',
     tests_require=test_requirements,
     url='https://gitlab.aicrowd.com/flatland/flatland',
-    version='0.2.0',
+    version='0.3.0',
     zip_safe=False,
 )