diff --git a/flatland/__init__.py b/flatland/__init__.py
index 1cdc7c1e8e8894ca641be278e1a8496f8e0d4d78..b0399d2ae671472306a95956a05bb63a58b07263 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '0.1.0'
+__version__ = '0.1.1'
diff --git a/setup.cfg b/setup.cfg
index eb88e3f6d07a59c7f2617959fddf8e1bfefc8609..eda9c18c6815882df702d11d7e9dc98a51e378f9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.1.0
+current_version = 0.1.1
 commit = True
 tag = True
 
@@ -18,7 +18,6 @@ universal = 1
 exclude = docs
 
 [aliases]
-# Define setup.py command aliases here
 test = pytest
 
 [tool:pytest]
diff --git a/setup.py b/setup.py
index 87920aa39738f60d1ef2e953385336509cad24ad..09bd8cfe0321a7c1321b616400ea5a1f3d50f804 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,6 @@ setup(
     test_suite='tests',
     tests_require=test_requirements,
     url='https://gitlab.aicrowd.com/flatland/flatland',
-    version='0.1.0',
+    version='0.1.1',
     zip_safe=False,
 )