# HG changeset patch # User cmlenz # Date 1182336651 0 # Node ID 439e7d4cf3b22daff28a2ddc874d84000563cf67 # Parent 61d40b36ff06b6a8389080ee8de60d71992c7e11 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.""",