From dcb7f38ddfda905a6e748066460e8c8a997f7b76 Mon Sep 17 00:00:00 2001 From: Ryu1845 Date: Mon, 6 Jun 2022 17:10:41 +0200 Subject: [PATCH] bump version 2022.6.6.0 -> 2022.6.6.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2b7a660..eb77b18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twspace-dl" -version = "2022.3.12.2" +version = "2022.6.6.1" description = "The only tool to record Twitter spaces (yet)" authors = ["Ryu1845 "] readme = "README.md" @@ -33,7 +33,7 @@ build-backend = "poetry.core.masonry.api" [tool.bumpver] -current_version = "2022.3.12.2" +current_version = "2022.6.6.1" version_pattern = "YYYY.MM.DD.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true