diff --git a/docs/conf.py b/docs/conf.py index 46a4b001..c7b2cebe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '3.2.0.3' +version = '3.3.0.2' # The full version, including alpha/beta/rc tags. -release = '3.2.0.3.dev1' +release = '3.3.0.2.dev1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/flask_bootstrap/__init__.py b/flask_bootstrap/__init__.py index 0fadc084..39f1449a 100644 --- a/flask_bootstrap/__init__.py +++ b/flask_bootstrap/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding=utf8 -__version__ = '3.3.0.1.dev1' +__version__ = '3.3.0.2.dev1' import re diff --git a/setup.py b/setup.py index 69d87826..4fb2cd1b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name='Flask-Bootstrap', - version='3.3.0.1.dev1', + version='3.3.0.2.dev1', url='http://github.com/mbr/flask-bootstrap', license='BSD', author='Marc Brinkmann',