From: Christopher Lenz Date: Wed, 20 Jun 2007 10:50:51 +0000 (+0000) Subject: Bump up version number on trunk. X-Git-Tag: 1.0~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cbee2d3a84d1bf07afb9d14e730d0d4c666be2a;p=thirdparty%2Fbabel.git Bump up version number on trunk. --- diff --git a/setup.py b/setup.py index f9c098b4..dd050ec4 100755 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ class test_doc(Command): setup( name = 'Babel', - version = '0.8', + version = '0.9', description = 'Internationalization utilities', long_description = \ """A collection of tools for internationalizing Python applications.""",