Skip to content

Commit f51c2b3

Browse files
committed
bug fix version bump
1 parent a90d36d commit f51c2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
import xml.etree.ElementTree as Etree
7171

7272
__all__ = ["HTMLement", "fromstring", "fromstringlist", "parse"]
73-
__version__ = "1.0.0"
73+
__version__ = "1.0.1"
7474

7575
# Add missing codepoints
7676
name2codepoint["apos"] = 0x0027

0 commit comments

Comments
 (0)