Skip to content

Commit 935919a

Browse files
author
Darcy Jones
committed
Bump version: 0.0.5 → 0.1.0
1 parent b4819b7 commit 935919a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.5
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Versions should comply with PEP440. For a discussion on single-sourcing
2323
# the version across setup.py and the project code, see
2424
# https://packaging.python.org/en/latest/single_source_version.html
25-
version='0.0.5',
25+
version='0.1.0',
2626

2727
description='A fungal trophy classifier based on CAZymes',
2828
long_description=long_description,

src/catas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__program__ = "catastrophy"
2-
__version__ = "0.0.5"
2+
__version__ = "0.1.0"
33
__authors__ = ", ".join(["Darcy Jones", "James Hane"])
44
__date__ = "31 September 2021"
55
__email__ = "[email protected]"

0 commit comments

Comments
 (0)