From 199bad568a8620e6c60fe3e3abb0621797c0e4c2 Mon Sep 17 00:00:00 2001 From: Joseph HENRY Date: Fri, 3 Apr 2026 11:36:40 +0200 Subject: [PATCH] Update development status classifier from Alpha to Beta Co-Authored-By: Claude Opus 4.6 (1M context) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4bfa9d..3b91e25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ { name = "Autour de Minuit", email = "tech@autourdeminuit.com" }, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules",