From e98f60dbbb17bfeb7f68687b9965a8c90b2e0ba4 Mon Sep 17 00:00:00 2001 From: David Hall Date: Tue, 10 Aug 2021 19:56:12 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.4=20=E2=86=92=200.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nrtest/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nrtest/__init__.py b/nrtest/__init__.py index cc390ef..925a71a 100755 --- a/nrtest/__init__.py +++ b/nrtest/__init__.py @@ -9,7 +9,7 @@ import six __author__ = 'David Hall' -__version__ = '0.2.4' +__version__ = '0.2.5' @total_ordering diff --git a/setup.cfg b/setup.cfg index 0500537..6f60230 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = True diff --git a/setup.py b/setup.py index 5527eea..27c8e4a 100755 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name='nrtest', - version='0.2.4', + version='0.2.5', description="Numerical regression testing", long_description=readme + '\n\n' + history, author="David Hall",