From e23063bc057a0eb5aa80ebc89a65d0c6e479d76d Mon Sep 17 00:00:00 2001 From: Ryu1845 Date: Wed, 23 Feb 2022 16:50:12 +0100 Subject: [PATCH] bump version 2022.2.19.0 -> 2022.2.23.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f0da577..12083db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twspace-dl" -version = "2022.2.19.0" +version = "2022.2.23.0" 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 = "2022.2.19.0" +current_version = "2022.2.23.0" version_pattern = "YYYY.MM.DD.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true