diff --git a/genshi/__init__.py b/genshi/__init__.py index 0955ed42..0a0a2abd 100644 --- a/genshi/__init__.py +++ b/genshi/__init__.py @@ -20,7 +20,7 @@ """ __docformat__ = 'restructuredtext en' -__version__ = '0.7.3' +__version__ = '0.7.4' from genshi.core import * from genshi.input import ParseError, XML, HTML diff --git a/setup.py b/setup.py index e8724703..35f2c15f 100755 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ def zip_safe(self): setup( name = 'Genshi', - version = '0.7.3', + version = '0.7.4', description = 'A toolkit for generation of output for the web', long_description = \ """Genshi is a Python library that provides an integrated set of