Skip to content

Commit 42df83e

Browse files
committed
Bump version: 0.2.5 → 0.2.6
1 parent e0406d3 commit 42df83e

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.5"
7+
version = "0.2.6"
88
description = "Scientific tools for finite element methods"
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -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.5"
127+
current_version = "0.2.6"
128128

129129

130130
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)