File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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"
9493parse = """
9594 (?P<major>0|[1-9]\\ d*)\\ .
9695 (?P<minor>0|[1-9]\\ d*)\\ .
@@ -117,10 +116,13 @@ sign_tags = false
117116tag_name = " v{new_version}"
118117tag_message = " Bump version: {current_version} → {new_version}"
119118allow_dirty = false
120- commit = true
119+ commit = false
121120message = " Bump version: {current_version} → {new_version}"
122121moveable_tags = []
123122commit_args = " "
124123setup_hooks = []
125124pre_commit_hooks = []
126125post_commit_hooks = []
126+
127+ [[tool .bumpversion .files ]]
128+ filename = " pyproject.toml"
You can’t perform that action at this time.
0 commit comments