diff --git a/pyproject.toml b/pyproject.toml index 0675eca..336c2c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bili-sync" -version = "1.1.8" +version = "1.1.9" description = "" authors = ["amtoaer "] 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.8" +current_version = "1.1.9" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" [[tool.bumpversion.files]] @@ -83,6 +83,7 @@ filename = "pyproject.toml" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/version.py b/version.py index 92a2b16..32c5476 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "1.1.8" +VERSION = "1.1.9"