Skip to content

Commit b98e48f

Browse files
committed
python: set status to Stable in setup.py
1 parent 6ed6474 commit b98e48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def dummy_src():
190190
# 3 - Alpha
191191
# 4 - Beta
192192
# 5 - Production/Stable
193-
'Development Status :: 4 - Beta',
193+
'Development Status :: 5 - Stable',
194194

195195
# Indicate who your project is intended for
196196
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)