diff --git a/pyproject.toml b/pyproject.toml index dedaed8..d8c475b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "twspace-dl" -version = "2022.1.12.0" +version = "2022.1.13.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.1.12.0" +current_version = "2022.1.13.0" version_pattern = "YYYY.MM.DD.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true