From b1d8f5f33b3ad42fda4b2fe2f5fce3c5309f5312 Mon Sep 17 00:00:00 2001 From: TiM Date: Thu, 18 Jun 2026 19:02:45 +1200 Subject: [PATCH] chore: mark package Beta for the v0.1.0 release Flip the Development Status classifier from "3 - Alpha" to "4 - Beta" ahead of the first tagged release, per RELEASING.md. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0cf91cc..7d2045a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = { file = "LICENSE" } authors = [{ name = "hampsterx" }] keywords = ["snowflake", "sql", "rest", "api", "httpx", "serverless", "lambda"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",