From 95a595596eb4cd77b3133fa56c7ad186be28b83f Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Sun, 7 Feb 2016 21:36:16 +0000 Subject: [PATCH] Beta -> Stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4102c92..f49d0c2 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ __url__ = 'https://github.com/RPi-Distro/python-gpiozero' __platforms__ = 'ALL' __classifiers__ = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Education", "Intended Audience :: Developers", "Topic :: Education",