# HG changeset patch # User cmlenz # Date 1215683078 0 # Node ID d883abd60b066bab7eadf55c68cf18d32d4e77b4 # Parent d2bd3b832bdd66e72ccc67104d5e7a03b738cd50 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.3', + version = '0.9.4', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",