From 8a7a7e370be9d5dd2615814fdbd45bcd0347447b Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 2 Feb 2024 17:29:13 +0800 Subject: [PATCH] chore: bump version from 1.1.4 to 1.1.5 --- pyproject.toml | 5 +++-- version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c29811b..e5c0ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bili-sync" -version = "1.1.4" +version = "1.1.5" 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.4" +current_version = "1.1.5" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" [[tool.bumpversion.files]] @@ -79,6 +79,7 @@ filename = "pyproject.toml" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/version.py b/version.py index 6886913..4981593 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "1.1.4" +VERSION = "1.1.5"