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 0802683 commit bf57b06Copy full SHA for bf57b06
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "tarot-canvas"
7
-version = "1.1.1"
+version = "1.1.2"
8
description = "A cross-platform Qt6 application for viewing and exploring tarot decks"
9
authors = ["Adam Fidel <[email protected]>"]
10
readme = "README.md"
tarot_canvas/_version.py
@@ -1,3 +1,3 @@
1
"""Version information for Tarot Canvas."""
2
3
-__version__ = "1.1.1"
+__version__ = "1.1.2"
0 commit comments