Skip to content

Commit 6e07b95

Browse files
Merge pull request #34 from jeromekelleher/fix-classifiers
Fixed setup.py classifier.
2 parents 670fb80 + 0758958 commit 6e07b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def finalize_options(self):
6565
# TODO setup a tskit developers email address.
6666
author_email='[email protected]',
6767
classifiers=[
68-
'Development Status :: 2 - Beta',
68+
'Development Status :: 4 - Beta',
6969
'Intended Audience :: Developers',
7070
'Topic :: Scientific/Engineering :: Bio-Informatics',
7171
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)