From db0156a460b406311d42034c052a6fc3d224f2b1 Mon Sep 17 00:00:00 2001 From: Sergio Costas Date: Sun, 26 Apr 2015 00:45:59 +0200 Subject: [PATCH] Changed identifier to stable --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a069898..1e836a6 100755 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: X11 Applications :: GTK', 'Intended Audience :: End Users/Desktop', 'Topic :: Multimedia :: Video :: Conversion',