Skip to content

Commit 9f3ecc7

Browse files
committed
version bump
1 parent 61b7891 commit 9f3ecc7

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
@@ -22,7 +22,7 @@
2222
__copyright__ = "Copyright (C) 2016 William Forde"
2323
__author__ = "William Forde"
2424
__license__ = "Public "
25-
__version__ = "0.1"
25+
__version__ = "0.2.1"
2626
__credit__ = "Rafael Marmelo"
2727

2828

setup.py

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

2020

2121
setup(name='htmlement',
22-
version='0.2',
22+
version='0.2.1',
2323
description='Pure-Python HTML parser with ElementTree support.',
2424
long_description=readme(),
2525
keywords='html html5 parsehtml htmlparser elementtree dom',

0 commit comments

Comments
 (0)