From 85fd5e184f060923676fe7af0d7557e43b7e05f1 Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Fri, 6 Sep 2019 15:00:54 +0200
Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=202.0.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 32f9c749..dcf10ccf 100644
--- a/flatland/__init__.py
+++ b/flatland/__init__.py
@@ -4,4 +4,4 @@
 
 __author__ = """S.P. Mohanty"""
 __email__ = 'mohanty@aicrowd.com'
-__version__ = '1.0.0'
+__version__ = '2.0.0'
diff --git a/setup.cfg b/setup.cfg
index 2c5bf7cd..9d4f28f8 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.0.0
+current_version = 2.0.0
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 03e7316e..8461a3fb 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='1.0.0',
+    version='2.0.0',
     zip_safe=False,
 )
-- 
GitLab