Skip to content

Commit

Permalink
chore: bump version from 1.1.8 to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Mar 2, 2024
1 parent 85e2b2b commit 0b3434f
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.8"
version = "1.1.9"
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.8"
current_version = "1.1.9"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"

[[tool.bumpversion.files]]
Expand All @@ -83,6 +83,7 @@ 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.8"
VERSION = "1.1.9"

0 comments on commit 0b3434f

Please sign in to comment.