]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Bump up version number on trunk.
authorChristopher Lenz <cmlenz@gmail.com>
Mon, 20 Aug 2007 09:43:26 +0000 (09:43 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Mon, 20 Aug 2007 09:43:26 +0000 (09:43 +0000)
setup.py

index 889c676c59cc97e0a279cef6142b60bd78e3fc52..bc0d107f51dc757a149cedef738ba70f167a9c6d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,7 @@ except ImportError:
 
 setup(
     name = 'Babel',
-    version = '0.9',
+    version = '1.0',
     description = 'Internationalization utilities',
     long_description = \
 """A collection of tools for internationalizing Python applications.""",