From e597037cf08f25fa22415e246f037ed063caf13c Mon Sep 17 00:00:00 2001 From: Luchesar ILIEV Date: Wed, 4 Sep 2024 13:07:20 +0300 Subject: [PATCH] ops: bump version to 1.0.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d76cec7..fa0d3b4 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ NAME = 'oranchada' -VERSION = '0.0.15' +VERSION = '1.0.0' DESCRIPTION = 'Orange add-on for Raman spectroscopy' README_FILE = path.join(path.dirname(__file__), 'README.pypi') @@ -101,7 +101,7 @@ } CLASSIFIERS = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Plugins', 'Intended Audience :: Developers', 'Intended Audience :: Education',