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.2.1 → 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipos committed Dec 3, 2019
1 parent c9273ee commit 767913d
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.2.1'
__version__ = '2.2.2'
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.2.1
current_version = 2.2.2
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.2.1',
version='2.2.2',
description="A tool to identify full length cDNA reads.",
long_description=readme,
author="ONT Applications Group",
Expand Down

0 comments on commit 767913d

Please sign in to comment.