chore: bump version from 1.1.3 to 1.1.4

This commit is contained in:
amtoaer
2024-01-20 15:50:12 +08:00
parent 9204bbb4ad
commit 668c67da53
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "bili-sync"
version = "1.1.3"
version = "1.1.4"
description = ""
authors = ["amtoaer <amtoaer@gmail.com>"]
license = "GPL-3.0"
@@ -68,7 +68,7 @@ message = "chore: bump version from {current_version} to {new_version}"
tag = true
tag_name = "{new_version}"
tag_message = ""
current_version = "1.1.3"
current_version = "1.1.4"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
[[tool.bumpversion.files]]
@@ -78,6 +78,7 @@ filename = "version.py"
filename = "pyproject.toml"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"