comparison setup.py @ 143:e4df809caede

Bump up version number on trunk.
author cmlenz
date Wed, 20 Jun 2007 10:50:51 +0000
parents 3b3a487cc46f
children 661cb602781d
comparison
equal deleted inserted replaced
141:977cc01cb3f4 143:e4df809caede
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