| 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.999-dev" | ||
| 23 | + __version__ = "0.999" | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | long_description = readme_file.read() + '\n' + changes_file.read() | |
| 30 | 30 | ||
| 31 | 31 | setup(name='html5lib', | |
| 32 | - version='0.999-dev', | ||
| 32 | + version='0.999', | ||
| 33 | 33 | url='https://github.com/html5lib/html5lib-python', | |
| 34 | 34 | license="MIT License", | |
| 35 | 35 | description='HTML parser based on the WHATWG HTML specifcation', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments