# HG changeset patch # User cmlenz # Date 1182336651 0 # Node ID e4df809caededb1c7370145aeb2c108e737f84ba # Parent 977cc01cb3f42e999e21f96050e039830ae82f1f Bump up version number on trunk. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ setup( name = 'Babel', - version = '0.8', + version = '0.9', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",