comparison setup.py @ 141:439e7d4cf3b2

Bump up version number on trunk.
author cmlenz
date Wed, 20 Jun 2007 10:50:51 +0000
parents 2071e375cf29
children 80e51aabc440
comparison
equal deleted inserted replaced
139:61d40b36ff06 141:439e7d4cf3b2
107 doctest.testfile(filename, False, optionflags=doctest.ELLIPSIS) 107 doctest.testfile(filename, False, optionflags=doctest.ELLIPSIS)
108 108
109 109
110 setup( 110 setup(
111 name = 'Babel', 111 name = 'Babel',
112 version = '0.8', 112 version = '0.9',
113 description = 'Internationalization utilities', 113 description = 'Internationalization utilities',
114 long_description = \ 114 long_description = \
115 """A collection of tools for internationalizing Python applications.""", 115 """A collection of tools for internationalizing Python applications.""",
116 author = 'Edgewall Software', 116 author = 'Edgewall Software',
117 author_email = 'info@edgewall.org', 117 author_email = 'info@edgewall.org',
Copyright (C) 2012-2017 Edgewall Software