Skip to content

Commit d97c0a2

Browse files
committed
chore: bump version to 1.1.0
1 parent 1b8da18 commit d97c0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "tarot-canvas"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
description = "A cross-platform Qt6 application for viewing and exploring tarot decks"
99
authors = ["Adam Fidel <[email protected]>"]
1010
readme = "README.md"

tarot_canvas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information for Tarot Canvas."""
22

3-
__version__ = "1.0.2"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)