From a2ab27fa5b41a17bf4dc2ea91150102a0d1fc28e Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 25 Feb 2026 21:39:47 +0000 Subject: [PATCH] bump to version 1.0.0. TUI is considered complete. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8985c82..05f2a9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",