From 767913d45fc204884a9a6045bfffbe580e899f54 Mon Sep 17 00:00:00 2001 From: Botond Sipos Date: Tue, 3 Dec 2019 10:55:10 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.1=20=E2=86=92=202.2.2?= 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 83ef055..e536c00 100644 --- a/pychopper/__init__.py +++ b/pychopper/__init__.py @@ -2,4 +2,4 @@ __author__ = 'ONT Applications Group' __email__ = 'Apps@nanoporetech.com' -__version__ = '2.2.1' +__version__ = '2.2.2' diff --git a/setup.cfg b/setup.cfg index 278962e..2c5d305 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.1 +current_version = 2.2.2 commit = True tag = True diff --git a/setup.py b/setup.py index fb1f56a..23ec770 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='pychopper', - version='2.2.1', + version='2.2.2', description="A tool to identify full length cDNA reads.", long_description=readme, author="ONT Applications Group",