comparison setup.py @ 454:d799e17d3efe stable-0.4.x

Bump up version number of 0.4.x branch.
author cmlenz
date Mon, 16 Apr 2007 15:11:37 +0000
parents a89368769b82
children 83b9863f8b9d
comparison
equal deleted inserted replaced
453:432b00a8357b 454:d799e17d3efe
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', 84 version = '0.4.1',
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