diff --git a/pyproject.toml b/pyproject.toml index e5c0ce4..7a8b1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bili-sync" -version = "1.1.5" +version = "1.1.6" 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.5" +current_version = "1.1.6" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" [[tool.bumpversion.files]] @@ -80,6 +80,7 @@ filename = "pyproject.toml" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/version.py b/version.py index 4981593..7a20704 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "1.1.5" +VERSION = "1.1.6"