diff --git a/pyproject.toml b/pyproject.toml index 1df2417..6dfd2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gondulf" -version = "1.0.0-rc.1" +version = "1.0.0" description = "A self-hosted IndieAuth server implementation" readme = "README.md" requires-python = ">=3.10" @@ -10,7 +10,7 @@ authors = [ ] keywords = ["indieauth", "oauth2", "authentication", "self-hosted"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",