# HG changeset patch # User cmlenz # Date 1187603006 0 # Node ID 7d9c0bd217504adff4105fb390ff5940e9468cee # Parent 96c535597ffedb177af4d61e277cb76b3708956d Bump up version number on trunk. 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 = '1.0', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",