We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c03984 commit 0cc15a1Copy full SHA for 0cc15a1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ciucci-2024"
7
-version = "0.0.1"
+version = "1.0.0"
8
dependencies = [
9
"h5py",
10
"cardiac-geometries>=0.11.0",
@@ -90,7 +90,7 @@ tag = true
90
sign_tags = false
91
tag_name = "v{new_version}"
92
tag_message = "Bump version: {current_version} → {new_version}"
93
-current_version = "0.0.1"
+current_version = "1.0.0"
94
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
95
serialize = [
96
"{major}.{minor}.{patch}"
0 commit comments