Skip to content

Commit bf57b06

Browse files
committed
chore: bump version to 1.1.2
1 parent 0802683 commit bf57b06

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.1.1"
7+
version = "1.1.2"
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.1.1"
3+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)