From 329f787301e2e87ac1d933995b44b9098b3265a9 Mon Sep 17 00:00:00 2001
From: "S.P. Mohanty" <spmohanty91@gmail.com>
Date: Thu, 10 Oct 2019 14:34:37 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.1.2=20=E2=86=92=202.1.3?=
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 930c5465..afc062db 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '2.1.2'
+__version__ = '2.1.3'
diff --git a/setup.cfg b/setup.cfg
index c2d7fe9b..843921ac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.1.2
+current_version = 2.1.3
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 1c13b83d..1823be90 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.2',
+    version='2.1.3',
     zip_safe=False,
 )
-- 
GitLab