# HG changeset patch # User cmlenz # Date 1187602971 0 # Node ID 75c42b64270c6e1c5d75369f5aaf46deec77710f # Parent 0db98ca0825d641ae1559cedd395579207f1e9ae 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.""",