diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ed6630..ddbe247 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 2.0.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index a680c53..69b3372 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Armin Ronacher' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '2.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 58234cd..b354529 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='Flask-Babel', - version='1.0.0', + version='2.0.0', url='http://github.com/python-babel/flask-babel', license='BSD', author='Armin Ronacher',