From d9be21279fb1747bb205d166489b219dd0f31625 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Tue, 15 Sep 2020 10:11:44 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.3=20=E2=86=92=200.2.4?= 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 5c1ebd0..5c00a72 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 0.2.4 commit = True tag = True diff --git a/setup.py b/setup.py index 33c4b1b..0a84791 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.3', + version='0.2.4', zip_safe=False, ) diff --git a/specification_curve/__init__.py b/specification_curve/__init__.py index 44b42e0..fd73513 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.3' +__version__ = '0.2.4'