Skip to content

Commit 45171cf

Browse files
committed
Set current version to 1.1.0
1 parent b290190 commit 45171cf

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,8 @@ tag = true
8181
sign_tags = false
8282
tag_name = "v{new_version}"
8383
tag_message = "Bump version: {current_version} → {new_version}"
84-
current_version = "0.2.0"
85-
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
86-
serialize = [
87-
"{major}.{minor}.{patch}"
88-
]
84+
current_version = "1.1.0"
85+
8986

9087
[[tool.bumpversion.files]]
9188
filename = "pyproject.toml"
@@ -94,5 +91,11 @@ replace = 'version = "{new_version}"'
9491

9592
[[tool.bumpversion.files]]
9693
filename = "CITATION.cff"
97-
search = "version: {current_version}"
98-
replace = "version: {new_version}"
94+
search = """
95+
title: "My Research Software"
96+
version: {current_version}
97+
"""
98+
replace = """
99+
title: "My Research Software"
100+
version: {new_version}
101+
"""

0 commit comments

Comments
 (0)