From 82c4d6dc9064217aa2b610bb8a69d95ded6d1fe4 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Wed, 5 May 2021 21:50:35 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= 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 79db080..1be0b76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.5 +current_version = 0.2.6 commit = True tag = True diff --git a/setup.py b/setup.py index 78f80bd..d3a1e6d 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.5', + version='0.2.6', zip_safe=False, ) diff --git a/specification_curve/__init__.py b/specification_curve/__init__.py index 2de60c1..52c4ca5 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.5' +__version__ = '0.2.6'