Skip to content

Commit 8e522f8

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent 48b4135 commit 8e522f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "scifem"
7-
version = "0.8.0"
7+
version = "0.9.0"
88
description = "Scientific tools for finite element methods"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -126,7 +126,7 @@ tag = true
126126
sign_tags = false
127127
tag_name = "v{new_version}"
128128
tag_message = "Bump version: {current_version} → {new_version}"
129-
current_version = "0.8.0"
129+
current_version = "0.9.0"
130130

131131

132132
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)