Skip to content

Commit 6e05af6

Browse files
committed
Bump version: 0.2.2 → 0.2.3
1 parent c3ffabf commit 6e05af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
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.2.2"
7+
version = "0.2.3"
88
description = "Scientific tools for finite element methods"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -127,7 +127,7 @@ tag = true
127127
sign_tags = false
128128
tag_name = "v{new_version}"
129129
tag_message = "Bump version: {current_version} → {new_version}"
130-
current_version = "0.2.2"
130+
current_version = "0.2.3"
131131

132132

133133
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)