diff --git a/flatland/__init__.py b/flatland/__init__.py
index e3a5a737ac262d586bfda6c1f54f57da970605c3..dacefcb29931607d2c6b718ad83206f5091be23d 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '2.2.0'
+__version__ = '2.2.1'
diff --git a/setup.cfg b/setup.cfg
index 1756975fb59a1572815d29cee79d5e75b2936edb..4e4fd8d90b0e848ea5f7c91965445f6772b97b49 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.2.0
+current_version = 2.2.1
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 5070690a0f6f8becceb70ef8af4c1702e18f4b2c..23fec831eca74a7a3129ce37de551c73885dface 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.2.0',
+    version='2.2.1',
     zip_safe=False,
 )