From 9052e817536ed0be33977586c42f97c35eb9e471 Mon Sep 17 00:00:00 2001 From: yashaka Date: Fri, 21 Jul 2023 23:19:59 +0300 Subject: [PATCH] FIX: tune dev status classifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4e1b7e3..1af75571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ documentation = "https://yashaka.github.io/selene/" classifiers = [ "Programming Language :: Python", "Programming Language :: Python :: 3", - "Development Status :: 3 - Beta", + "Development Status :: 4 - Beta", "Natural Language :: English", "Environment :: Web Environment", "Intended Audience :: Developers",