From aff52c48ddf69388a15ba0dc3d7af3238ed5574f Mon Sep 17 00:00:00 2001 From: Felipe Delestro <fima@dtu.dk> Date: Tue, 21 Jan 2025 13:53:46 +0100 Subject: [PATCH] Setup for v1.0 release --- qim3d/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qim3d/__init__.py b/qim3d/__init__.py index ca2d9c59..e27175b8 100644 --- a/qim3d/__init__.py +++ b/qim3d/__init__.py @@ -8,7 +8,7 @@ Documentation available at https://platform.qim.dk/qim3d/ """ -__version__ = "0.9.0" +__version__ = "1.0.0" import importlib as _importlib diff --git a/setup.py b/setup.py index bbdb86c9..d109c860 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( classifiers=[ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "Intended Audience :: Science/Research", "Natural Language :: English", -- GitLab