diff --git a/docs/auto_examples/save_image_codeobj.pickle b/docs/auto_examples/save_image_codeobj.pickle index 131593ab..13fe4082 100644 Binary files a/docs/auto_examples/save_image_codeobj.pickle and b/docs/auto_examples/save_image_codeobj.pickle differ diff --git a/docs/auto_examples/save_movie_codeobj.pickle b/docs/auto_examples/save_movie_codeobj.pickle index 4c33795c..0542dfea 100644 Binary files a/docs/auto_examples/save_movie_codeobj.pickle and b/docs/auto_examples/save_movie_codeobj.pickle differ diff --git a/docs/conf.py b/docs/conf.py index 15e2a4a7..5b8d166c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -68,7 +68,7 @@ # The short X.Y version. version = u'0.6' # The full version, including alpha/beta/rc tags. -release = u'0.6.1' +release = u'0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d0850c75..fc0b8664 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def parse_dependencies(requirements_path, vcs_id, egg_id): NAME = 'hypertools' -VERSION = '0.6.1' +VERSION = '0.6.0' AUTHOR = 'Contextual Dynamics Lab' AUTHOR_EMAIL = 'contextualdynamics@gmail.com' URL = 'https://github.com/ContextLab/hypertools'