comparison setup.py @ 598:6849142f9ba7 stable-0.4.x

Bump up version number on 0.4.x branch.
author cmlenz
date Tue, 14 Aug 2007 09:22:34 +0000
parents 2c52ec2c9d7e
children
comparison
equal deleted inserted replaced
597:2c52ec2c9d7e 598:6849142f9ba7
107 doctest.testfile(filename, False, optionflags=doctest.ELLIPSIS) 107 doctest.testfile(filename, False, optionflags=doctest.ELLIPSIS)
108 108
109 109
110 setup( 110 setup(
111 name = 'Genshi', 111 name = 'Genshi',
112 version = '0.4.4', 112 version = '0.4.5',
113 description = 'A toolkit for stream-based generation of output for the web', 113 description = 'A toolkit for stream-based generation of output for the web',
114 long_description = \ 114 long_description = \
115 """Genshi is a Python library that provides an integrated set of 115 """Genshi is a Python library that provides an integrated set of
116 components for parsing, generating, and processing HTML, XML or 116 components for parsing, generating, and processing HTML, XML or
117 other textual content for output generation on the web. The major 117 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software