diff --git a/flatland/__init__.py b/flatland/__init__.py
index 636aa7b70dc4ff8562fe89e5a64b89e367e6c5b6..930c54651f8386d8fe6195f4fef612ca911b3de8 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '2.1.1'
+__version__ = '2.1.2'
diff --git a/setup.cfg b/setup.cfg
index 85410fb217c191300bc2604171d675117626f2ce..c2d7fe9bbb34a8303ab2071ba030cec5dfd119ed 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.1.1
+current_version = 2.1.2
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 8e37290ec2f3ecb85788692ada343244493e8c5e..1c13b83d05a0713df4aba76400461309307bbe78 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='2.1.1',
+    version='2.1.2',
     zip_safe=False,
 )