Skip to content

Commit 590a049

Browse files
committed
Bump version: 0.2.1 → 0.2.2
1 parent edde5b5 commit 590a049

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.1"
7+
version = "0.2.2"
88
description = "Scientific tools for finite element methods"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -122,7 +122,7 @@ tag = true
122122
sign_tags = false
123123
tag_name = "v{new_version}"
124124
tag_message = "Bump version: {current_version} → {new_version}"
125-
current_version = "0.2.1"
125+
current_version = "0.2.2"
126126

127127

128128
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)