From b98e48fa3d307636474492a218bf41525f2a50c9 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 13 Jun 2020 18:32:32 +0800 Subject: [PATCH] python: set status to Stable in setup.py --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index b438e5fa..555a16a3 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -190,7 +190,7 @@ def dummy_src(): # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Stable', # Indicate who your project is intended for 'Intended Audience :: Developers',