Skip to content

Commit

Permalink
fix error in 'Development Status' classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGoldfarb authored Dec 15, 2021
1 parent 1a0dcc5 commit b073cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
license="BSD-style",
package_dir={'': pkg_location},
packages=find_packages(where=pkg_location),
classifiers=['Development Status :: 2 - Beta',
classifiers=['Development Status :: 4 - Beta',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
Expand Down

0 comments on commit b073cad

Please sign in to comment.