From e18be91f06981d101f66a2aa638ee7dc496c3a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Wed, 30 Sep 2020 08:20:28 +0200 Subject: [PATCH] Update PyPi classifiers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d9c2796..cf2f5f0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ author-email = "fvoron@gmail.com" home-page = "https://github.com/frankie567/fastapi-users" classifiers = [ "License :: OSI Approved :: MIT License", - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Framework :: AsyncIO", "Intended Audience :: Developers", "Programming Language :: Python :: 3.7",