From afbdebcefda73926e573d3e46c68f8aa119cb443 Mon Sep 17 00:00:00 2001 From: Ryu18 Date: Fri, 10 Dec 2021 15:48:58 +0100 Subject: [PATCH] bump version 2021.11.17.0 -> 2021.12.10.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97bd25f..9e03a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twspace-dl" -version = "2021.11.17.0" +version = "2021.12.10.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 = "2021.11.17.0" +current_version = "2021.12.10.0" version_pattern = "YYYY.MM.DD.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true