We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b7891 commit 9f3ecc7Copy full SHA for 9f3ecc7
htmlement.py
@@ -22,7 +22,7 @@
22
__copyright__ = "Copyright (C) 2016 William Forde"
23
__author__ = "William Forde"
24
__license__ = "Public "
25
-__version__ = "0.1"
+__version__ = "0.2.1"
26
__credit__ = "Rafael Marmelo"
27
28
setup.py
@@ -19,7 +19,7 @@ def readme():
19
20
21
setup(name='htmlement',
- version='0.2',
+ version='0.2.1',
description='Pure-Python HTML parser with ElementTree support.',
long_description=readme(),
keywords='html html5 parsehtml htmlparser elementtree dom',
0 commit comments