From 169d622246465ab4b97e9cbdcc895a55531cfe69 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 27 Jul 2015 13:28:25 +0200 Subject: [PATCH] This is 3.0-dev --- babel/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/babel/__init__.py b/babel/__init__.py index 6854931a..c977c732 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__ = '2.0' +__version__ = '3.0-dev' diff --git a/setup.py b/setup.py index 2c27ce40..bc2ed02a 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ class import_cldr(Command): setup( name='Babel', - version='2.0', + version='3.0-dev', description='Internationalization utilities', long_description=\ """A collection of tools for internationalizing Python applications.""", -- 2.47.2