Skip to content

Commit 63b601f

Browse files
committed
fix: bump-version-code
1 parent 4972d3f commit 63b601f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pydantic>=2.10.4",
2828
"types-pyyaml>=6.0.12.20241221",
2929
]
30-
version = "0.3.0"
30+
version = "0.4.0"
3131

3232
# # versioningit was great in theory
3333
# # but it comes with too many issues for packaging
@@ -89,8 +89,7 @@ exclude = [
8989
"share/" = "share/"
9090

9191
[tool.bumpversion]
92-
current_version = "0.3.0"
93-
# parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
92+
current_version = "0.4.0"
9493
parse = """
9594
(?P<major>0|[1-9]\\d*)\\.
9695
(?P<minor>0|[1-9]\\d*)\\.
@@ -117,10 +116,13 @@ sign_tags = false
117116
tag_name = "v{new_version}"
118117
tag_message = "Bump version: {current_version} → {new_version}"
119118
allow_dirty = false
120-
commit = true
119+
commit = false
121120
message = "Bump version: {current_version} → {new_version}"
122121
moveable_tags = []
123122
commit_args = ""
124123
setup_hooks = []
125124
pre_commit_hooks = []
126125
post_commit_hooks = []
126+
127+
[[tool.bumpversion.files]]
128+
filename = "pyproject.toml"

0 commit comments

Comments
 (0)