Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Apr 15, 2017
1 parent 3a9f657 commit 192c24a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion htmlement.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@
_chr = unichr

__all__ = ["HTMLement", "fromstring", "fromstringlist", "parse"]
__repo__ = "https://github.com/willforde/python-htmlement"
__copyright__ = "Copyright (C) 2016 William Forde"
__author__ = "William Forde"
__license__ = "MIT"
__version__ = "0.2.2"
__version__ = "0.2.3"
__credit__ = "Rafael Marmelo"

# Add missing codepoints
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():


setup(name='htmlement',
version='0.2.2',
version='0.2.3',
description='Pure-Python HTML parser with ElementTree support.',
long_description=readme(),
keywords='html html5 parsehtml htmlparser elementtree dom',
Expand Down

0 comments on commit 192c24a

Please sign in to comment.