comparison setup.py @ 392:e2837b7b9030 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 fa0388331cee
children
comparison
equal deleted inserted replaced
391:9c4d3aa05930 392:e2837b7b9030
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