Skip to content

Commit d830156

Browse files
committed
Bump version: 1.0.0 → 1.1.0
1 parent fd84de7 commit d830156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0", "wheel"]
33

44
[project]
55
name = "io4dolfinx"
6-
version = "1.0.0"
6+
version = "1.1.0"
77
description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2"
88
authors = [
99
{ name = "Jørgen S. Dokken", email = "dokken@simula.no" },
@@ -98,7 +98,7 @@ tag = true
9898
sign_tags = false
9999
tag_name = "v{new_version}"
100100
tag_message = "Bump version: {current_version} → {new_version}"
101-
current_version = "1.0.0"
101+
current_version = "1.1.0"
102102

103103

104104
[[tool.bumpversion.files]]

0 commit comments

Comments
 (0)