get Result kind name from class type, it's more flexible to change.

patch bump
This commit is contained in:
2026-02-22 23:24:36 +00:00
parent 67b3887bc8
commit 56028b2c52
2 changed files with 10 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "lottery-tui"
version = "0.2.4"
version = "0.2.5"
description = "A terminal user interface for lottery games."
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
dependencies = ["textual>=8.0.0", "loguru>=0.7.3"]
@@ -13,6 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]