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