mirror of
https://github.com/onyx-and-iris/lottery-tui.git
synced 2026-04-09 05:33:31 +00:00
should we get a ValueError when requesting a lottery object allow it to bubble up.
patch bump
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user