diff --git a/docs/source/conf.py b/docs/source/conf.py index fb5a589..99b0b69 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,9 +66,9 @@ # built documents. # # The short X.Y version. -version = '0.6.0' +version = '0.7.0' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/slider/__init__.py b/slider/__init__.py index aff5707..c3b8bf6 100644 --- a/slider/__init__.py +++ b/slider/__init__.py @@ -7,7 +7,7 @@ from .library import Library from .collection import CollectionDB -__version__ = '0.6.0' +__version__ = '0.7.0' __all__ = [