From 9c46c89e6936c1318038354be18dad5d8de1dfa2 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Fri, 27 Dec 2024 14:26:47 -0500 Subject: [PATCH] chore: add stable classifier Signed-off-by: William Woodruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd0bcd1..a666175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rfc3161-client" requires-python = ">=3.9" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Rust", "Programming Language :: Python :: 3", "Programming Language :: Python :: Implementation :: CPython",