Skip to content

Commit

Permalink
Bump version: 0.0.5 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darcy Jones committed Jul 25, 2022
1 parent b4819b7 commit 935919a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.5
current_version = 0.1.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.0.5',
version='0.1.0',

description='A fungal trophy classifier based on CAZymes',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/catas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__program__ = "catastrophy"
__version__ = "0.0.5"
__version__ = "0.1.0"
__authors__ = ", ".join(["Darcy Jones", "James Hane"])
__date__ = "31 September 2021"
__email__ = "darcy.a.jones@curtin.edu.au"
Expand Down

0 comments on commit 935919a

Please sign in to comment.