From d3e96f652be2b9f9db3f0e173c45cdab02b2e2b5 Mon Sep 17 00:00:00 2001 From: Michael Hush Date: Thu, 13 Oct 2016 17:55:11 +1100 Subject: [PATCH] Candidate for tag v2.1.0 Candidate for version 2.1.0 release. --- mloop/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',