From 5e883bad6613663058d0a23a4cdff95036f2cf89 Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Thu, 25 Jun 2026 17:45:03 +0000 Subject: [PATCH] [v1.x] Set Development Status classifier to Production/Stable The 1.x line has been in wide production use for well over a year; the classifier has read 'Beta' since the project was first published in Nov 2024. Companion to #2975 on main. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 769ddcf709..8611f5c4b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ maintainers = [ keywords = ["git", "mcp", "llm", "automation"] license = { text = "MIT" } classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",