Skip to content

Commit bcb4813

Browse files
committed
8.0.1
1 parent 19b5e2f commit bcb4813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AdvancedHTMLParser/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from .exceptions import InvalidCloseException, MissedCloseException, HTMLValidationException, MultipleRootNodeException
1111
from .SpecialAttributes import StyleAttribute
1212

13-
__version__ = '8.0.0'
14-
__version_tuple__ = ('8', '0', '0')
15-
__int_version_tuple__ = (8, 0, 0)
13+
__version__ = '8.0.1'
14+
__version_tuple__ = ('8', '0', '1')
15+
__int_version_tuple__ = (8, 0, 1)
1616

1717
__all__ = ( 'AdvancedHTMLParser', 'IndexedAdvancedHTMLParser', 'AdvancedHTMLFormatter', 'AdvancedTag', 'TagCollection',
1818
'ValidatingAdvancedHTMLParser', 'MissedCloseException', 'InvalidCloseException', 'HTMLValidationException', 'MultipleRootNodeException',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
long_description = summary
3939

4040
setup(name='AdvancedHTMLParser',
41-
version='8.0.0',
41+
version='8.0.1',
4242
packages=['AdvancedHTMLParser'],
4343
scripts=['formatHTML'],
4444
author='Tim Savannah',

0 commit comments

Comments
 (0)