From 62357b4a734219551b2e1bdb18795e841da5ffff Mon Sep 17 00:00:00 2001 From: Laurent Goujon Date: Wed, 15 Apr 2026 15:19:57 +0100 Subject: [PATCH] chore: mark package as Production/Stable on PyPI Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbb7671..7294b9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" license = "Apache-2.0" authors = [{ name = "Dremio Corporation" }] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License",