Skip to content

Commit b073cad

Browse files
fix error in 'Development Status' classifier
1 parent 1a0dcc5 commit b073cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
license="BSD-style",
2828
package_dir={'': pkg_location},
2929
packages=find_packages(where=pkg_location),
30-
classifiers=['Development Status :: 2 - Beta',
30+
classifiers=['Development Status :: 4 - Beta',
3131
'Programming Language :: Python :: 3',
3232
'Programming Language :: Python :: 3.6',
3333
'Programming Language :: Python :: 3.7',

0 commit comments

Comments
 (0)