Skip to content

Commit

Permalink
chore: bump version from 1.1.6 to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Feb 24, 2024
1 parent 2f36220 commit e25ed45
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.6"
version = "1.1.7"
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.6"
current_version = "1.1.7"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"

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

0 comments on commit e25ed45

Please sign in to comment.