comparison setup.py @ 901:89f4a6a31dbf

Bump up version number on trunk.
author cmlenz
date Thu, 22 Apr 2010 17:27:55 +0000
parents 85e4678337cf
children 46db99909472
comparison
equal deleted inserted replaced
897:85e4678337cf 901:89f4a6a31dbf
86 cmdclass['bdist_egg'] = my_bdist_egg 86 cmdclass['bdist_egg'] = my_bdist_egg
87 87
88 88
89 setup( 89 setup(
90 name = 'Genshi', 90 name = 'Genshi',
91 version = '0.6', 91 version = '0.7',
92 description = 'A toolkit for generation of output for the web', 92 description = 'A toolkit for generation of output for the web',
93 long_description = \ 93 long_description = \
94 """Genshi is a Python library that provides an integrated set of 94 """Genshi is a Python library that provides an integrated set of
95 components for parsing, generating, and processing HTML, XML or 95 components for parsing, generating, and processing HTML, XML or
96 other textual content for output generation on the web. The major 96 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software