We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e36fd commit 0c17460Copy full SHA for 0c17460
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.0
+current_version = 0.4.0
3
4
[bumpversion:file:PyStemmusScope/__init__.py]
5
search = __version__ = "{current_version}"
CITATION.cff
@@ -20,7 +20,7 @@ authors:
20
orcid: "https://orcid.org/0000-0002-1966-8460"
21
date-released: 2022-11-24
22
doi: <insert your DOI here>
23
-version: "0.3.0"
+version: "0.4.0"
24
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
25
keywords:
26
- STEMMUS SCOPE Processing
PyStemmusScope/__init__.py
@@ -9,4 +9,4 @@
9
10
__author__ = "Sarah Alidoost"
11
__email__ = "f.alidoost@esciencecenter.nl"
12
-__version__ = "0.3.0"
+__version__ = "0.4.0"
0 commit comments