comparison setup.py @ 748:46d3b965a05b 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 4bc6741b2811
children ebdaeacb59df
comparison
equal deleted inserted replaced
747:7f85068e4feb 748:46d3b965a05b
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