Skip to content

Commit 70e432c

Browse files
committed
Bump version to 1.0b4
1 parent e4d12b9 commit 70e432c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html5lib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020

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

setup.py

+1-1
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='1.0b3',
32+
version='1.0b4',
3333
url='https://github.com/html5lib/html5lib-python',
3434
license="MIT License",
3535
description='HTML parser based on the WHATWG HTML specifcation',

0 commit comments

Comments
 (0)