Skip to content

Commit 192c24a

Browse files
committed
version bump
1 parent 3a9f657 commit 192c24a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

htmlement.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@
4949
_chr = unichr
5050

5151
__all__ = ["HTMLement", "fromstring", "fromstringlist", "parse"]
52+
__repo__ = "https://github.com/willforde/python-htmlement"
5253
__copyright__ = "Copyright (C) 2016 William Forde"
5354
__author__ = "William Forde"
5455
__license__ = "MIT"
55-
__version__ = "0.2.2"
56+
__version__ = "0.2.3"
5657
__credit__ = "Rafael Marmelo"
5758

5859
# Add missing codepoints

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='htmlement',
14-
version='0.2.2',
14+
version='0.2.3',
1515
description='Pure-Python HTML parser with ElementTree support.',
1616
long_description=readme(),
1717
keywords='html html5 parsehtml htmlparser elementtree dom',

0 commit comments

Comments
 (0)