8000 Keep up with maintaining 1.0bX duplicates of 0.99-series · ezc/html5lib-python@d7197bb · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7197bb

Browse files
committed
Keep up with maintaining 1.0bX duplicates of 0.99-series
1 parent e7936b7 commit d7197bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html5lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

2121
__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder",
2222
"getTreeWalker", "serialize"]
23-
__version__ = "0.99999"
23+
__version__ = "1.0b6"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
long_description = readme_file.read() + '\n' + changes_file.read()
3131

3232
setup(name='html5lib',
33-
version='0.99999',
33+
version='1.0b6',
3434
url='https://github.com/html5lib/html5lib-python',
3535
license="MIT License",
3636
description='HTML parser based on the WHATWG HTML specification',

0 commit comments

Comments
 (0)
0