From fd9583b6ec21ea460ba2092d8124414d99a640af Mon Sep 17 00:00:00 2001 From: Evan <32708219+evanblank3@users.noreply.github.com> Date: Fri, 17 Dec 2021 11:46:14 -0500 Subject: [PATCH] chore: update development status to beta (#326) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04878b5f3c..d34cc1b3a5 100644 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ package_dir={"": "src"}, package_data={p: ["py.typed"] for p in packages_data["__modules__"]}, classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English",