From a66cca746c3944dce74c713369f80e8fa2002d8b Mon Sep 17 00:00:00 2001 From: Ryu18 Date: Sat, 18 Dec 2021 22:46:15 +0100 Subject: [PATCH] bump version 2021.12.18.2 -> 2021.12.18.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4ed70de..7deea88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twspace-dl" -version = "2021.12.18.2" +version = "2021.12.18.3" description = "The only tool to record Twitter spaces (yet)" authors = ["Ryu1845 "] readme = "README.md" @@ -29,7 +29,7 @@ build-backend = "poetry.core.masonry.api" [tool.bumpver] -current_version = "2021.12.18.2" +current_version = "2021.12.18.3" version_pattern = "YYYY.MM.DD.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true