comparison 0.8.x/setup.py @ 197:79565db4faf0 stable

Bump up version number on 0.8.x branch.
author cmlenz
date Mon, 02 Jul 2007 09:34:20 +0000
parents 554d7e8462de
children
comparison
equal deleted inserted replaced
196:650c31f9437d 197:79565db4faf0
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.8.2',
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