comparison 0.9.x/setup.py @ 267:c1a092a2ae2a stable

Bump up version number on 0.9.x branch.
author cmlenz
date Mon, 20 Aug 2007 09:42:51 +0000
parents 5b7d3f9f7d74
children f040cbe565b2
comparison
equal deleted inserted replaced
266:9e0b22c799da 267:c1a092a2ae2a
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