From 4ee9f7ba50a53260bd815a45d2ff1a3177b9b518 Mon Sep 17 00:00:00 2001 From: tdstein Date: Wed, 12 Jun 2024 10:44:22 -0400 Subject: [PATCH] docs: set development status to alpha --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c2c280a..41799b05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.8" license = { file = "LICENSE" } keywords = ["posit", "sdk"] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",