From 58e588d09ab8b9effc176a14e3471c4f6845c304 Mon Sep 17 00:00:00 2001 From: Botond Sipos Date: Fri, 19 Jul 2019 16:01:36 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.1=20=E2=86=92=201.0.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 9c140cc..148ec7c 100644 --- a/pychopper/__init__.py +++ b/pychopper/__init__.py @@ -2,4 +2,4 @@ __author__ = 'ONT Applications Group' __email__ = 'Apps@nanoporetech.com' -__version__ = '0.6.1' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index 66d5aab..cd61a4b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.1 +current_version = 1.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index 4c0e25e..aa24f85 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name='pychopper', - version='0.6.1', + version='1.0.0', description="TODO.", long_description=readme, author="ONT Applications Group",