| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -20,4 +20,4 @@ | |||
| 20 | 20 | ||
| 21 | 21 | __all__ = ["HTMLParser", "parse", "parseFragment", "getTreeBuilder", | |
| 22 | 22 | "getTreeWalker", "serialize"] | |
| 23 | - __version__ = "0.99999" | ||
| 23 | + __version__ = "0.999999-dev" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ | |||
| 30 | 30 | long_description = readme_file.read() + '\n' + changes_file.read() | |
| 31 | 31 | ||
| 32 | 32 | setup(name='html5lib', | |
| 33 | - version='0.99999', | ||
| 33 | + version='0.999999-dev', | ||
| 34 | 34 | url='https://github.com/html5lib/html5lib-python', | |
| 35 | 35 | license="MIT License", | |
| 36 | 36 | description='HTML parser based on the WHATWG HTML specification', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments