# HG changeset patch # User cmlenz # Date 1187602971 0 # Node ID 733d9ad20872b73a841d99593558252fd71516d6 # Parent 8aa4c044884f8b9c2a0e2a8b6b7c4b3256bc419e 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', + version = '0.9.1', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",