From d9fa99db7b3b879a024fec3f9969fd8ba14c323e Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Wed, 24 Jul 2019 14:22:16 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.3.0?=
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 feccf865..1843d8f8 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '0.2.0'
+__version__ = '0.3.0'
diff --git a/setup.cfg b/setup.cfg
index d83f09f0..bf90ad68 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.0
+current_version = 0.3.0
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index dcbfffde..22ee05dd 100644
--- a/setup.py
+++ b/setup.py
@@ -78,6 +78,6 @@ setup(
     test_suite='tests',
     tests_require=test_requirements,
     url='https://gitlab.aicrowd.com/flatland/flatland',
-    version='0.2.0',
+    version='0.3.0',
     zip_safe=False,
 )
-- 
GitLab