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 1b8da18 commit d97c0a2Copy full SHA for d97c0a2
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "tarot-canvas"
7
-version = "1.0.2"
+version = "1.1.0"
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.0.2"
+__version__ = "1.1.0"
0 commit comments