Fix version bumping
URL Update
This commit is contained in:
@ -32,7 +32,7 @@ dependencies = [
|
||||
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://pypi.org/package/sdlv_api_client"
|
||||
"Homepage" = "https://pypi.org/project/sdlv-api-client/"
|
||||
"Bug Reports" = "https://git.72.lv/eriks/api_client/issues"
|
||||
"Funding" = "https://donate.pypi.org"
|
||||
"Say Thanks!" = "http://saythanks.io/to/example"
|
||||
@ -58,21 +58,19 @@ version = { attr = "sdlv_api_client.__version__" }
|
||||
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "0.1.1"
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
search = "{current_version}"
|
||||
replace = "{new_version}"
|
||||
regex = false
|
||||
ignore_missing_version = false
|
||||
current_version = "0.1.0"
|
||||
commit = true
|
||||
tag = true
|
||||
sign_tags = false
|
||||
tag_name = "v{new_version}"
|
||||
tag_message = "Bump version: {current_version} → {new_version}"
|
||||
allow_dirty = false
|
||||
commit = true
|
||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||
serialize = ["{major}.{minor}.{patch}"]
|
||||
message = "Bump version: {current_version} → {new_version}"
|
||||
commit_args = ""
|
||||
|
||||
|
||||
[[tool.bumpversion.files]]
|
||||
filename = "src/sdlv_api_client/__init__.py"
|
||||
|
||||
|
||||
[tool.black]
|
||||
|
Reference in New Issue
Block a user