Skip to content

Commit 4f5e957

Browse files
committed
version bump
1 parent ac64703 commit 4f5e957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

htmlement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)