Skip to content

Commit d9dc0a8

Browse files
authored
Change Development Status to Stable in Setup.py (#268)
In preparation to GA release
1 parent 1815f74 commit d9dc0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def run(self, *args, **kwargs):
4040
'Operating System :: POSIX',
4141
'Operating System :: MacOS :: MacOS X',
4242
'Environment :: Web Environment',
43-
'Development Status :: 4 - Beta',
43+
'Development Status :: 5 - Production/Stable',
4444
],
4545
license='MIT',
4646
python_requires='>=3.6,<4',

0 commit comments

Comments
 (0)