From 9d2e11f2bebc0cdd164cbe18cc4ab81f4aa4bdf3 Mon Sep 17 00:00:00 2001 From: Patrick Buckley Date: Thu, 2 Apr 2026 17:09:10 -0700 Subject: [PATCH] chore: update classifier to Production/Stable for 1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80e48af3..d3557abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.11" authors = [{name = "Patrick Buckley", email = "buckleypm@gmail.com"}] keywords = ["ai", "chat", "llm", "agent", "tools", "openai"] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Programming Language :: Python :: 3",