diff --git a/mloop/__init__.py b/mloop/__init__.py index 059607f..06df418 100644 --- a/mloop/__init__.py +++ b/mloop/__init__.py @@ -12,5 +12,5 @@ import os -__version__= "2.0.3" +__version__= "2.1.0" __all__ = ['controllers','interfaces','launchers','learners','testing','utilities','visualizations','cmd'] \ No newline at end of file diff --git a/setup.py b/setup.py index 894cf49..ef248c5 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,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/v2.0.3', + download_url = 'https://github.com/michaelhush/M-LOOP/tarball/v2.1.0', classifiers = ['Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Science/Research',