summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:39:02 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-27 11:39:02 +0200
commit33e407e419502e7a65cb3805acc9cb2b17227264 (patch)
tree4a8def30863cc69c5f658ddf010849d30815d661 /setup.py
parent21cedd6b250d90a5e15d87e7d2db98c810a95839 (diff)
downloadbabel-33e407e419502e7a65cb3805acc9cb2b17227264.tar.gz
Ready for 1.2 if we need it
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3fd1c49..301e7a7 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class import_cldr(Command):
setup(
name='Babel',
- version='1.1',
+ version='1.2-dev',
description='Internationalization utilities',
long_description=\
"""A collection of tools for internationalizing Python applications.""",