From 0bc7b831de40fb4551e776dd6c650593fd212064 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 2 Feb 2024 22:28:21 +0800 Subject: [PATCH] chore: bump version from 1.1.5 to 1.1.6 --- pyproject.toml | 5 +++-- version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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"