From 96feb1860466e3288d94e54e644b95752a8bf8c5 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Mon, 24 Apr 2017 15:56:36 +0200 Subject: [PATCH] Changed from Alpha to Beta in setup.py I changed the classifier `'Development Status :: 3 - Alpha'` to `'Development Status :: 4 - Beta'` as per the list of classifiers here: https://pypi.python.org/pypi?%3Aaction=list_classifiers This is in preparation for the version 1.0 release but I think it's probably fine to have it in master now. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45d6f04f..179b561f 100644 --- a/setup.py +++ b/setup.py @@ -101,7 +101,7 @@ setup( zip_safe=False, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Database', 'Topic :: Database :: Database Engines/Servers',