Skip to content

Commit 0c17460

Browse files
committed
update version
1 parent d7e36fd commit 0c17460

3 files changed

Lines changed: 3 additions & 3 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.3.0
2+
current_version = 0.4.0
33

44
[bumpversion:file:PyStemmusScope/__init__.py]
55
search = __version__ = "{current_version}"

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ authors:
2020
orcid: "https://orcid.org/0000-0002-1966-8460"
2121
date-released: 2022-11-24
2222
doi: <insert your DOI here>
23-
version: "0.3.0"
23+
version: "0.4.0"
2424
repository-code: "https://github.com/EcoExtreML/stemmus_scope_processing"
2525
keywords:
2626
- STEMMUS SCOPE Processing

PyStemmusScope/__init__.py

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

1010
__author__ = "Sarah Alidoost"
1111
__email__ = "f.alidoost@esciencecenter.nl"
12-
__version__ = "0.3.0"
12+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)