From 8d5bd854f353756476eafc83c1ea35143453cd8f Mon Sep 17 00:00:00 2001 From: Botond Sipos Date: Tue, 8 Dec 2020 11:00:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- wub/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 349d64e..bff4b9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.5.1 commit = True tag = True diff --git a/setup.py b/setup.py index d533c64..4451ab1 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( name='Wub', - version='0.5.0', + version='0.5.1', description="Tools and software components developed by the ONT Applications group.", long_description=readme, author="ONT Applications Group", diff --git a/wub/__init__.py b/wub/__init__.py index df34118..c99e635 100644 --- a/wub/__init__.py +++ b/wub/__init__.py @@ -2,4 +2,4 @@ __author__ = 'ONT Applications Group' __email__ = 'Apps@nanoporetech.com' -__version__ = '0.5.0' +__version__ = '0.5.1'