mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-09-04 23:18:02 +08:00
chore: bump version from 1.1.3 to 1.1.4
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "bili-sync"
|
name = "bili-sync"
|
||||||
version = "1.1.3"
|
version = "1.1.4"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["amtoaer <amtoaer@gmail.com>"]
|
authors = ["amtoaer <amtoaer@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
@@ -68,7 +68,7 @@ message = "chore: bump version from {current_version} to {new_version}"
|
|||||||
tag = true
|
tag = true
|
||||||
tag_name = "{new_version}"
|
tag_name = "{new_version}"
|
||||||
tag_message = ""
|
tag_message = ""
|
||||||
current_version = "1.1.3"
|
current_version = "1.1.4"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
|
|
||||||
[[tool.bumpversion.files]]
|
[[tool.bumpversion.files]]
|
||||||
@@ -78,6 +78,7 @@ filename = "version.py"
|
|||||||
filename = "pyproject.toml"
|
filename = "pyproject.toml"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
VERSION = "1.1.3"
|
VERSION = "1.1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user