We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec4fd1 commit daa6ab1Copy full SHA for daa6ab1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "twspace-dl"
3
-version = "2022.3.12.1"
+version = "2022.3.12.2"
4
description = "The only tool to record Twitter spaces (yet)"
5
authors = ["Ryu1845 <[email protected]>"]
6
readme = "README.md"
@@ -33,7 +33,7 @@ build-backend = "poetry.core.masonry.api"
33
34
35
[tool.bumpver]
36
-current_version = "2022.3.12.1"
+current_version = "2022.3.12.2"
37
version_pattern = "YYYY.MM.DD.PATCH[-TAG]"
38
commit_message = "bump version {old_version} -> {new_version}"
39
commit = true
0 commit comments