Skip to content

Commit 6b99d52

Browse files
committed
Export and document html5lib.__version__
It's not much use if it's private.
1 parent ba63e09 commit 6b99d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

html5lib/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
from .serializer import serialize
2020

2121
__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder",
22-
"getTreeWalker", "serialize"]
22+
"getTreeWalker", "serialize", "__version__"]
2323

2424
# this has to be at the top level, see how setup.py parses this
25+
#: Distribution version number, which asymptotically approaches 1.
2526
__version__ = "0.9999999999-dev"

0 commit comments

Comments
 (0)