From 77f5f16b29d7bd575367259c3986864e2d6637c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florentin=20D=C3=B6rre?= Date: Fri, 6 Dec 2024 15:08:00 +0100 Subject: [PATCH] Fix dev status classifier Co-authored-by: Adam Schill Collberg --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8d8eb1..fa655df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }] license = { file = "LICENSE" } classifiers = [ - "Development Status :: 2 - Pre-alpha", + "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Operating System :: OS Independent",