From 83efe1a41facaeeff5c3b9cbcd42e475b7d9f03c Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Wed, 3 Apr 2019 07:22:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flatland/__init__.py | 2 +- setup.cfg | 3 +-- setup.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/flatland/__init__.py b/flatland/__init__.py index 1cdc7c1e..b0399d2a 100644 --- a/flatland/__init__.py +++ b/flatland/__init__.py @@ -4,4 +4,4 @@ __author__ = """S.P. Mohanty""" __email__ = 'mohanty@aicrowd.com' -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/setup.cfg b/setup.cfg index eb88e3f6..eda9c18c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True @@ -18,7 +18,6 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here test = pytest [tool:pytest] diff --git a/setup.py b/setup.py index 87920aa3..09bd8cfe 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ setup( test_suite='tests', tests_require=test_requirements, url='https://gitlab.aicrowd.com/flatland/flatland', - version='0.1.0', + version='0.1.1', zip_safe=False, ) -- GitLab