Skip to content

Commit 0cc15a1

Browse files
committed
Bump version: 0.0.1 → 1.0.0
1 parent 5c03984 commit 0cc15a1

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 = "setuptools.build_meta"
44

55
[project]
66
name = "ciucci-2024"
7-
version = "0.0.1"
7+
version = "1.0.0"
88
dependencies = [
99
"h5py",
1010
"cardiac-geometries>=0.11.0",
@@ -90,7 +90,7 @@ tag = true
9090
sign_tags = false
9191
tag_name = "v{new_version}"
9292
tag_message = "Bump version: {current_version} → {new_version}"
93-
current_version = "0.0.1"
93+
current_version = "1.0.0"
9494
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
9595
serialize = [
9696
"{major}.{minor}.{patch}"

0 commit comments

Comments
 (0)