# HG changeset patch # User cmlenz # Date 1215621546 0 # Node ID d2724f38d4aef6ef67f2b3cbbc3dc07b5f505a61 # Parent 6ab5550b7945e7615e995f2b42514591220e0621 Bump up version number on 0.9.x branch. diff --git a/0.9.x/setup.py b/0.9.x/setup.py --- a/0.9.x/setup.py +++ b/0.9.x/setup.py @@ -31,7 +31,7 @@ setup( name = 'Babel', - version = '0.9.2', + version = '0.9.3', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",