From 86b1e1dae4036d9ba4340744325b4e19558dc955 Mon Sep 17 00:00:00 2001 From: Botond Sipos Date: Mon, 11 Nov 2019 14:00:01 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.3=20=E2=86=92=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pychopper/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pychopper/__init__.py b/pychopper/__init__.py index 047c08f..65d0a24 100644 --- a/pychopper/__init__.py +++ b/pychopper/__init__.py @@ -2,4 +2,4 @@ __author__ = 'ONT Applications Group' __email__ = 'Apps@nanoporetech.com' -__version__ = '2.0.3' +__version__ = '2.1.0' diff --git a/setup.cfg b/setup.cfg index 7481b25..7dd0f08 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.3 +current_version = 2.1.0 commit = True tag = True diff --git a/setup.py b/setup.py index b35b7d1..2ac4005 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='pychopper', - version='2.0.3', + version='2.1.0', description="A tool to identify full length cDNA reads.", long_description=readme, author="ONT Applications Group",