# HG changeset patch # User cmlenz # Date 1215621546 0 # Node ID 45acc2fade758556aca571fa1d3ad895aadf8b8a # Parent 8ffdc4c7caebe4e8b1500db0486316af4631f5ee 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.2', + version = '0.9.3', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",