From d6a1d43db0e04afeb51ef25bf2f6f54ee94f2983 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Fri, 26 Jan 2024 10:31:36 +0100 Subject: [PATCH] Move dev status to Alpha --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5816c69e8..a6374004f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = {file = "LICENSE"} classifiers = [ "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.9",