We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b4135 commit 8e522f8Copy full SHA for 8e522f8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
6
name = "scifem"
7
-version = "0.8.0"
+version = "0.9.0"
8
description = "Scientific tools for finite element methods"
9
readme = "README.md"
10
requires-python = ">=3.10"
@@ -126,7 +126,7 @@ tag = true
126
sign_tags = false
127
tag_name = "v{new_version}"
128
tag_message = "Bump version: {current_version} → {new_version}"
129
-current_version = "0.8.0"
+current_version = "0.9.0"
130
131
132
[[tool.bumpversion.files]]
0 commit comments