We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac64703 commit 4f5e957Copy full SHA for 4f5e957
2 files changed
htmlement.py
@@ -61,7 +61,7 @@
61
__copyright__ = "Copyright (C) 2016 William Forde"
62
__author__ = "William Forde"
63
__license__ = "MIT"
64
-__version__ = "0.2.3"
+__version__ = "1.0.0"
65
__credit__ = "Rafael Marmelo"
66
67
# Add missing codepoints
setup.py
@@ -27,7 +27,7 @@ def version(name):
27
description='Pure-Python HTML parser with ElementTree support.',
28
long_description=readme(),
29
keywords='html html5 parsehtml htmlparser elementtree dom',
30
- classifiers=['Development Status :: 4 - Beta',
+ classifiers=['Development Status :: 5 - Production/Stable',
31
'Intended Audience :: Developers',
32
'License :: OSI Approved :: MIT License',
33
'Natural Language :: English',
0 commit comments