comparison setup.py @ 749:3a456053fa1a

Bump up version number on trunk.
author cmlenz
date Mon, 09 Jun 2008 11:05:22 +0000
parents 09a90feb9269
children d30a27266b45
comparison
equal deleted inserted replaced
746:87dc067bd92b 749:3a456053fa1a
65 else: 65 else:
66 speedups = None 66 speedups = None
67 67
68 setup( 68 setup(
69 name = 'Genshi', 69 name = 'Genshi',
70 version = '0.5', 70 version = '0.6',
71 description = 'A toolkit for generation of output for the web', 71 description = 'A toolkit for generation of output for the web',
72 long_description = \ 72 long_description = \
73 """Genshi is a Python library that provides an integrated set of 73 """Genshi is a Python library that provides an integrated set of
74 components for parsing, generating, and processing HTML, XML or 74 components for parsing, generating, and processing HTML, XML or
75 other textual content for output generation on the web. The major 75 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software