From 668c67da53167db9ddadeaa4a7d9bc6971f2adcd Mon Sep 17 00:00:00 2001 From: amtoaer Date: Sat, 20 Jan 2024 15:50:12 +0800 Subject: [PATCH] chore: bump version from 1.1.3 to 1.1.4 --- pyproject.toml | 5 +++-- version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7fddf9c..9d6cc65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bili-sync" -version = "1.1.3" +version = "1.1.4" 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.3" +current_version = "1.1.4" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" [[tool.bumpversion.files]] @@ -78,6 +78,7 @@ filename = "version.py" filename = "pyproject.toml" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" diff --git a/version.py b/version.py index 3c37171..6886913 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -VERSION = "1.1.3" +VERSION = "1.1.4"