bump to version 1.0.0. TUI is considered complete.

This commit is contained in:
onyx-and-iris 2026-02-25 21:39:47 +00:00
parent 5d6836a603
commit 1453acf4cb

View File

@ -1,6 +1,6 @@
[project]
name = "lottery-tui"
version = "0.2.8"
version = "1.0.0"
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"]
@ -8,7 +8,7 @@ requires-python = ">=3.10"
readme = "README.md"
license = { text = "MIT" }
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",