comparison setup.py @ 265:733d9ad20872 stable-0.9.x

Bump up version number on 0.9.x branch.
author cmlenz
date Mon, 20 Aug 2007 09:42:51 +0000
parents cf64577122b7
children f064bd5e0108
comparison
equal deleted inserted replaced
264:8aa4c044884f 265:733d9ad20872
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', 34 version = '0.9.1',
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