From a6752275d042c9dc2cbfb3d514f3e70886db51f3 Mon Sep 17 00:00:00 2001 From: ejhigson <18406298+ejhigson@users.noreply.github.com> Date: Sun, 16 Sep 2018 10:58:26 +0100 Subject: [PATCH] updating dev status to stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 703b658..291e4b7 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_version(): license='MIT', keywords='nested-sampling dynamic-nested-sampling', classifiers=[ # Optional - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 2',