should we get a ValueError when requesting a lottery object allow it to bubble up.

patch bump
This commit is contained in:
2026-02-22 14:33:48 +00:00
parent 2e0052b5fe
commit 67b3887bc8
3 changed files with 68 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
[project]
name = "lottery-tui"
version = "0.2.3"
version = "0.2.4"
description = "A terminal user interface for lottery games."
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = ["textual>=8.0.0"]
dependencies = ["textual>=8.0.0", "loguru>=0.7.3"]
requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }