From 66f4c8719f3f63378689e8b02065d3002bd98243 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Fri, 9 Feb 2024 11:25:50 +0000 Subject: [PATCH] Bump Development Status to 5 - Production/Stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80585cf..d642333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = {text = "MIT"} readme = {file="README.md", content-type="text/markdown"} dynamic = ["version"] classifiers = [ # https://pypi.org/classifiers/ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",