From 96feebff3475f0549838f24c4dbd00a25ee6c9be Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Tue, 30 Jul 2019 03:07:12 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.7=20=E2=86=92=200.3.8?=
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 5e52f09e..edc679a9 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '0.3.7'
+__version__ = '0.3.8'
diff --git a/setup.cfg b/setup.cfg
index c6ef78e3..b4323cee 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.3.7
+current_version = 0.3.8
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 715abf04..2d21d0b1 100644
--- a/setup.py
+++ b/setup.py
@@ -79,6 +79,6 @@ setup(
     test_suite='tests',
     tests_require=test_requirements,
     url='https://gitlab.aicrowd.com/flatland/flatland',
-    version='0.3.7',
+    version='0.3.8',
     zip_safe=False,
 )
-- 
GitLab