From eb43849569556c6e47f11b8310864c5a280507f2 Mon Sep 17 00:00:00 2001 From: Dan O'Meara Date: Wed, 20 Sep 2017 14:51:52 -0700 Subject: [PATCH] Bump development status to "4 - Beta" --- videointelligence/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videointelligence/setup.py b/videointelligence/setup.py index e59f879818c2..4cb241cfd085 100644 --- a/videointelligence/setup.py +++ b/videointelligence/setup.py @@ -49,7 +49,7 @@ zip_safe=False, scripts=[], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent',