From 72c2a1e1f8ea461e4ac5eb1670bdbf2dc970b269 Mon Sep 17 00:00:00 2001 From: RogerHaase Date: Sat, 24 May 2025 10:06:23 -0700 Subject: [PATCH] update pyproject.toml Development Status to 4 - Beta --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b13bc3c7..19fa29902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ readme = {file="README.md", content-type="text/markdown"} requires-python = ">=3.9" keywords = ["wiki", "web"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Education", "Intended Audience :: End Users/Desktop",