From 477e7d19c12f91494b78d2b9e5fbac4113727f9b Mon Sep 17 00:00:00 2001 From: Guillermo Aguilar Date: Fri, 20 Sep 2024 19:25:49 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b25d23..7face0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "psignifit" -version = "4.1a" +version = "4.1" requires-python = ">= 3.10" dependencies = [ "scipy", @@ -28,7 +28,7 @@ classifiers = [ # 3 - Alpha # 4 - Beta # 5 - Production/Stable - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Information Analysis", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",