From f28b88ac99e57712dfb244931f8e804a9a3a90fa Mon Sep 17 00:00:00 2001 From: Ryu1845 Date: Mon, 24 Jul 2023 13:00:52 +0200 Subject: [PATCH] bump version 2023.7.24.0 -> 2023.7.24.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a74dcc..aa3213e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twspace-dl" -version = "2023.1.22.1" +version = "2023.7.24.1" description = "The only tool to record Twitter spaces (yet)" authors = ["Ryu1845 "] readme = "README.md" @@ -34,7 +34,7 @@ build-backend = "poetry.core.masonry.api" [tool.bumpver] -current_version = "2023.1.22.1" +current_version = "2023.7.24.1" version_pattern = "YYYY.MM.DD.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true