]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Bump up version number on trunk.
authorChristopher Lenz <cmlenz@gmail.com>
Wed, 20 Jun 2007 10:50:51 +0000 (10:50 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Wed, 20 Jun 2007 10:50:51 +0000 (10:50 +0000)
setup.py

index f9c098b463e452676e4f658b83cdc0e607bcf216..dd050ec459b51b39185d1f5e543aa0ed968890e2 100755 (executable)
--- 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.""",