From fb81c5a6d5933b4c40f193a26e16193bd30c456c Mon Sep 17 00:00:00 2001 From: Gautzilla Date: Tue, 31 Mar 2026 10:37:45 +0200 Subject: [PATCH] update dev status to stable --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2be5c7a..90f81f60 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "tqdm>=4.67.1", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ]