Skip to content

Navigation Menu

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 428cafa

Browse filesBrowse files
committed
And back to dev after release.
1 parent 9d4ee2f commit 428cafa
Copy full SHA for 428cafa

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎html5lib/__init__.py

Copy file name to clipboardExpand all lines: html5lib/__init__.py
+1-1Lines 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.9999"
23+
__version__ = "0.99999-dev"

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
long_description = readme_file.read() + '\n' + changes_file.read()
3030

3131
setup(name='html5lib',
32-
version='0.9999',
32+
version='0.99999-dev',
3333
url='https://github.com/html5lib/html5lib-python',
3434
license="MIT License",
3535
description='HTML parser based on the WHATWG HTML specification',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.