comparison setup.py @ 392:5c761ca68441 stable-0.3.x

Bump up version number on 0.3.x branch.
author cmlenz
date Mon, 11 Dec 2006 12:20:23 +0000
parents a52452a65cd7
children
comparison
equal deleted inserted replaced
391:c005185153c2 392:5c761ca68441
17 except ImportError: 17 except ImportError:
18 from distutils.core import setup 18 from distutils.core import setup
19 19
20 setup( 20 setup(
21 name = 'Genshi', 21 name = 'Genshi',
22 version = '0.3.6', 22 version = '0.3.7',
23 description = 'A toolkit for stream-based generation of output for the web', 23 description = 'A toolkit for stream-based generation of output for the web',
24 long_description = \ 24 long_description = \
25 """Genshi is a Python library that provides an integrated set of components 25 """Genshi is a Python library that provides an integrated set of components
26 for parsing, generating, and processing HTML, XML or other textual content for 26 for parsing, generating, and processing HTML, XML or other textual content for
27 output generation on the web. The major feature is a template language, which 27 output generation on the web. The major feature is a template language, which
Copyright (C) 2012-2017 Edgewall Software