We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd84de7 commit d830156Copy full SHA for d830156
pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
3
4
[project]
5
name = "io4dolfinx"
6
-version = "1.0.0"
+version = "1.1.0"
7
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2"
8
authors = [
9
{ name = "Jørgen S. Dokken", email = "dokken@simula.no" },
@@ -98,7 +98,7 @@ tag = true
98
sign_tags = false
99
tag_name = "v{new_version}"
100
tag_message = "Bump version: {current_version} → {new_version}"
101
-current_version = "1.0.0"
+current_version = "1.1.0"
102
103
104
[[tool.bumpversion.files]]
0 commit comments