diff --git a/flatland/__init__.py b/flatland/__init__.py
index f6411ca099ebc8f211e3d639e8a873831e43496f..74f8368d8a19dd7eb1ad36a501c81805ef975133 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '2.1.6'
+__version__ = '2.1.7'
diff --git a/setup.cfg b/setup.cfg
index 0d5be947cbc3138fa48a9f6fdd4d7f86295dad2b..69077d856c45cf863dc0ff976c6b5ed32bf93330 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.1.6
+current_version = 2.1.7
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index b7dad95638a1d498016906ebfcd934e3c4a1b8e0..0b6cf7c5f0f04065ecab0d712c74b050f7069385 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.6',
+    version='2.1.7',
     zip_safe=False,
 )