From 28daf85f46064174be0b70ff5ad34f6b3fba3ade Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Tue, 15 Oct 2024 10:00:07 -0500 Subject: [PATCH] fix label --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bf3725..3b44985 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires-python = ">=3.10" keywords = ["qbraid", "quantum", "algorithms", "qml"] license = {text = "GNU General Public License v3.0"} classifiers = [ - "Development Status :: 3 - Pre-Alpha", + "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "Natural Language :: English",