Skip to content

Commit

Permalink
chore: bump version from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Jan 4, 2024
1 parent cb0ac7e commit f1ada17
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.2"
version = "1.1.3"
description = ""
authors = ["amtoaer <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -67,7 +67,7 @@ message = "chore: bump version from {current_version} to {new_version}"
tag = true
tag_name = "{new_version}"
tag_message = ""
current_version = "1.1.2"
current_version = "1.1.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"

[[tool.bumpversion.files]]
Expand All @@ -76,6 +76,7 @@ filename = "version.py"
[[tool.bumpversion.files]]
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.2"
VERSION = "1.1.3"

0 comments on commit f1ada17

Please sign in to comment.