File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6161__copyright__ = "Copyright (C) 2016 William Forde"
6262__author__ = "William Forde"
6363__license__ = "MIT"
64- __version__ = "0.2.3 "
64+ __version__ = "1.0.0 "
6565__credit__ = "Rafael Marmelo"
6666
6767# Add missing codepoints
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def version(name):
2727 description = 'Pure-Python HTML parser with ElementTree support.' ,
2828 long_description = readme (),
2929 keywords = 'html html5 parsehtml htmlparser elementtree dom' ,
30- classifiers = ['Development Status :: 4 - Beta ' ,
30+ classifiers = ['Development Status :: 5 - Production/Stable ' ,
3131 'Intended Audience :: Developers' ,
3232 'License :: OSI Approved :: MIT License' ,
3333 'Natural Language :: English' ,
You can’t perform that action at this time.
0 commit comments