Skip to content

Commit 2c54049

Browse files
committed
Bumped version to 0.1.1, to test pypi GH action
1 parent 073a4fd commit 2c54049

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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.1.0
2+
current_version = 0.1.1
33

44
[comment]
55
comment = The contents of this file cannot be merged with that of setup.cfg until https://github.com/c4urself/bump2version/issues/185 is resolved

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99
orcid: "https://orcid.org/0000-0000-0000-0000"
1010
date-released: 20??-MM-DD
1111
doi: <insert your DOI here>
12-
version: "0.1.0"
12+
version: "0.1.1"
1313
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
1414
keywords:
1515
- STEMMUS SCOPE Processing

PyStemmusScope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = "Sarah Alidoost"
99
__email__ = "f.alidoost@esciencecenter.nl"
10-
__version__ = "0.1.0"
10+
__version__ = "0.1.1"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# built documents.
2727
#
2828
# The short X.Y version.
29-
version = "0.1.0"
29+
version = "0.1.1"
3030
# The full version, including alpha/beta/rc tags.
3131
release = version
3232

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ name = PyStemmusScope
2525
project_urls =
2626
Bug Tracker = https://github.com/EcoExtreML/stemmus_scope_processing/issues
2727
url = https://github.com/EcoExtreML/stemmus_scope_processing
28-
version = 0.1.0
28+
version = 0.1.1
2929

3030
[options]
3131
zip_safe = False

0 commit comments

Comments
 (0)