From 065244e82e4856c91ad9ffd218ca9b6c28206a6d Mon Sep 17 00:00:00 2001 From: johnbywater Date: Sat, 4 Nov 2023 19:20:41 +0000 Subject: [PATCH] Updated trove classifer for "development status". --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e037ba3..55385b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,15 @@ [tool.poetry] name = "eventsourcing-eventstoredb" -version = "1.0" +version = "1.0.1" description = "Python package for eventsourcing with EventStoreDB" authors = [ "John Bywater ", ] license = "BSD 3-Clause" classifiers = [ - "Development Status :: 3 - Alpha", +# "Development Status :: 3 - Alpha", +# "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10",