We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e670bc commit f0ee793Copy full SHA for f0ee793
1 file changed
pyproject.toml
@@ -9,7 +9,7 @@ authors = [
9
{ name = "Henrik Finsberg", email = "henriknf@simula.no" },
10
{ name = "Cécile Daversin Catty", email = "cecile@simula.no" }
11
]
12
-version = "0.1.0"
+version = "0.2.0"
13
requires-python = ">=3.10"
14
description = "MRI processing toolkit."
15
readme = "README.md"
@@ -166,7 +166,7 @@ tag = true
166
sign_tags = false
167
tag_name = "v{new_version}"
168
tag_message = "Bump version: {current_version} → {new_version}"
169
-current_version = "0.1.0"
+current_version = "0.2.0"
170
171
172
[[tool.bumpversion.files]]
0 commit comments