From 24a3c0fdb5e6e67b50e42bc687a93be1467acfed Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 29 Aug 2024 01:20:38 +0200 Subject: [PATCH] [REF] set project as Beta Project --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9027a27..03eb946 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ keywords = ["cli", "odoo", "openupgrade"] classifiers = [ "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Intended Audience :: Developers", - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 4 - Beta", "Operating System :: Unix", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7",