diff --git a/docs/conf.py b/docs/conf.py index c38f49a..ce238db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,9 +70,9 @@ # built documents. # # The short X.Y version. -version = '3.1' +version = '3.2' # The full version, including alpha/beta/rc tags. -release = '3.1.1' +release = '3.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -152,7 +152,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. -#html_title = 'M-LOOP v3.1.1' +#html_title = 'M-LOOP v3.2.0' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/mloop/__init__.py b/mloop/__init__.py index 9f6324b..f8b203a 100644 --- a/mloop/__init__.py +++ b/mloop/__init__.py @@ -12,5 +12,5 @@ import os -__version__= "3.1.1" +__version__= "3.2.0" __all__ = ['controllers','interfaces','launchers','learners','nnlearner','testing','utilities','visualizations','cmd'] diff --git a/setup.py b/setup.py index 599b71e..8b1eb4f 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def main(): license = 'MIT', keywords = 'automated machine learning optimization optimisation science experiment quantum', url = 'https://github.com/michaelhush/M-LOOP/', - download_url = 'https://github.com/michaelhush/M-LOOP/tarball/v3.1.1', + download_url = 'https://github.com/michaelhush/M-LOOP/tarball/3.2.0', classifiers = ['Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Science/Research',