# HG changeset patch # User cmlenz # Date 1215621546 0 # Node ID d2bd3b832bdd66e72ccc67104d5e7a03b738cd50 # Parent 02b733a648dc97e81a2fce09eaaf61bfddc74193 Bump up version number on 0.9.x branch. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/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.""",