Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
Bump version: 2.1.0 → 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipos committed Nov 14, 2019
1 parent f998fe4 commit 6dca13d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pychopper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'ONT Applications Group'
__email__ = '[email protected]'
__version__ = '2.1.0'
__version__ = '2.2.0'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.0
current_version = 2.2.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='pychopper',
version='2.1.0',
version='2.2.0',
description="A tool to identify full length cDNA reads.",
long_description=readme,
author="ONT Applications Group",
Expand Down

0 comments on commit 6dca13d

Please sign in to comment.