Skip to content

Commit

Permalink
Bump version: 0.6.1 → 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipos committed Jul 19, 2019
1 parent 625ff7a commit 58e588d
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__ = '0.6.1'
__version__ = '1.0.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 = 0.6.1
current_version = 1.0.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 @@ -23,7 +23,7 @@

setup(
name='pychopper',
version='0.6.1',
version='1.0.0',
description="TODO.",
long_description=readme,
author="ONT Applications Group",
Expand Down

0 comments on commit 58e588d

Please sign in to comment.