From 7274d6469f5bf2b5425b4ad29938fe8ed8a4614e Mon Sep 17 00:00:00 2001 From: aeturrell Date: Wed, 2 Sep 2020 14:46:00 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=200.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- specification_curve/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 079e886..4bc22c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index b8b317e..ddad224 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/aeturrell/specification_curve', - version='0.2.1', + version='0.2.2', zip_safe=False, ) diff --git a/specification_curve/__init__.py b/specification_curve/__init__.py index 2c96dcd..0ec23b8 100644 --- a/specification_curve/__init__.py +++ b/specification_curve/__init__.py @@ -2,4 +2,4 @@ __author__ = """Arthur Turrell""" __email__ = 'a.turrell09@imperial.ac.uk' -__version__ = '0.2.1' +__version__ = '0.2.2'