Skip to content

Commit

Permalink
chore: bump version from 1.1.3 to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Jan 20, 2024
1 parent 9204bbb commit 668c67d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bili-sync"
version = "1.1.3"
version = "1.1.4"
description = ""
authors = ["amtoaer <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -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]]
Expand All @@ -78,6 +78,7 @@ filename = "version.py"
filename = "pyproject.toml"



[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.3"
VERSION = "1.1.4"

0 comments on commit 668c67d

Please sign in to comment.