From 9edfea16f38d62e3b956990c9fb614df9df33872 Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 19 Feb 2026 08:47:18 -0500 Subject: [PATCH] Update trove classifiers to beta development status Follow up to #131. Signed-off-by: Stefan VanBuren --- protoc-gen-connect-python/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/protoc-gen-connect-python/pyproject.toml b/protoc-gen-connect-python/pyproject.toml index 602a1cc..d196de3 100644 --- a/protoc-gen-connect-python/pyproject.toml +++ b/protoc-gen-connect-python/pyproject.toml @@ -25,7 +25,7 @@ keywords = [ "plugin", ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", diff --git a/pyproject.toml b/pyproject.toml index 356742e..8f94153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = "README.md" license = "Apache-2.0" keywords = ["rpc", "grpc", "connect", "protobuf", "http"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent",