Skip to content

Commit 82af4cf

Browse files
committed
Bump version: 0.2.4 → 0.2.5
1 parent 35c0ec0 commit 82af4cf

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.4"
7+
version = "0.2.5"
88
description = "Scientific tools for finite element methods"
99
readme = "README.md"
1010
requires-python = ">=3.9"
@@ -124,7 +124,7 @@ tag = true
124124
sign_tags = false
125125
tag_name = "v{new_version}"
126126
tag_message = "Bump version: {current_version} → {new_version}"
127-
current_version = "0.2.4"
127+
current_version = "0.2.5"
128128

129129

130130
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)