comparison setup.py @ 748:755212db9608 stable-0.5.x

Bump up version number on 0.5.x branch.
author cmlenz
date Mon, 09 Jun 2008 10:49:04 +0000
parents 09a90feb9269
children f8d858804ec6
comparison
equal deleted inserted replaced
747:0001216fa27b 748:755212db9608
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.5.1',
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