comparison setup.py @ 491:37f94b46e424 stable-0.4.x

Bump up version number on 0.4.x branch.
author cmlenz
date Mon, 21 May 2007 09:26:35 +0000
parents e3b59b5dfba4
children 90eecd360b18
comparison
equal deleted inserted replaced
490:2ccfca0c2a14 491:37f94b46e424
79 doctest.testfile(filename, False, optionflags=doctest.ELLIPSIS) 79 doctest.testfile(filename, False, optionflags=doctest.ELLIPSIS)
80 80
81 81
82 setup( 82 setup(
83 name = 'Genshi', 83 name = 'Genshi',
84 version = '0.4.1', 84 version = '0.4.2',
85 description = 'A toolkit for stream-based generation of output for the web', 85 description = 'A toolkit for stream-based generation of output for the web',
86 long_description = \ 86 long_description = \
87 """Genshi is a Python library that provides an integrated set of 87 """Genshi is a Python library that provides an integrated set of
88 components for parsing, generating, and processing HTML, XML or 88 components for parsing, generating, and processing HTML, XML or
89 other textual content for output generation on the web. The major 89 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software