Skip to content

Commit

Permalink
And back to dev after release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Apr 29, 2015
1 parent 9d4ee2f commit 428cafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html5lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

__all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder",
"getTreeWalker", "serialize"]
__version__ = "0.9999"
__version__ = "0.99999-dev"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
long_description = readme_file.read() + '\n' + changes_file.read()

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

0 comments on commit 428cafa

Please sign in to comment.