comparison 0.9.x/setup.py @ 385:726144c5f0d1 stable

Bump up version number on 0.9.x branch.
author cmlenz
date Thu, 10 Jul 2008 09:44:38 +0000
parents d2724f38d4ae
children e6094bb5d67e
comparison
equal deleted inserted replaced
384:d2724f38d4ae 385:726144c5f0d1
29 build_doc = test_doc = None 29 build_doc = test_doc = None
30 30
31 31
32 setup( 32 setup(
33 name = 'Babel', 33 name = 'Babel',
34 version = '0.9.3', 34 version = '0.9.4',
35 description = 'Internationalization utilities', 35 description = 'Internationalization utilities',
36 long_description = \ 36 long_description = \
37 """A collection of tools for internationalizing Python applications.""", 37 """A collection of tools for internationalizing Python applications.""",
38 author = 'Edgewall Software', 38 author = 'Edgewall Software',
39 author_email = 'info@edgewall.org', 39 author_email = 'info@edgewall.org',
Copyright (C) 2012-2017 Edgewall Software