summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--babel/__init__.py2
-rwxr-xr-xsetup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/babel/__init__.py b/babel/__init__.py
index 9af12dd..d1a54ef 100644
--- a/babel/__init__.py
+++ b/babel/__init__.py
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
negotiate_locale, parse_locale, get_locale_identifier
-__version__ = '1.1-dev'
+__version__ = '1.1'
diff --git a/setup.py b/setup.py
index 48d43ff..3fd1c49 100755
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ class import_cldr(Command):
setup(
name='Babel',
- version='1.1-dev',
+ version='1.1',
description='Internationalization utilities',
long_description=\
"""A collection of tools for internationalizing Python applications.""",