From df717851ac4d5de9d55fa33382a508f95ca7badc Mon Sep 17 00:00:00 2001
From: Shivam Khandelwal <skbly7@gmail.com>
Date: Wed, 6 Nov 2019 21:35:54 +0000
Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.8=20=E2=86=92=202.1.9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 flatland/__init__.py | 2 +-
 setup.cfg            | 2 +-
 setup.py             | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/flatland/__init__.py b/flatland/__init__.py
index 2f8418ac..5cdcc46a 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '2.1.8'
+__version__ = '2.1.9'
diff --git a/setup.cfg b/setup.cfg
index c7e2e7b2..c972e6a0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.1.8
+current_version = 2.1.9
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 984bba4d..6b4eb2a1 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.8',
+    version='2.1.9',
     zip_safe=False,
 )
-- 
GitLab