From 6e87cf1935276370b1d3e124835aee4f450cb87e Mon Sep 17 00:00:00 2001 From: Michael Hush Date: Wed, 14 Sep 2016 16:19:11 +1000 Subject: [PATCH] Ready for version 2.0.3 tag Updated for the git tag update --- 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 dc70a06..c1ec084 100644 --- a/mloop/__init__.py +++ b/mloop/__init__.py @@ -12,5 +12,5 @@ import os -__version__= "2.0.2" +__version__= "2.0.3" __all__ = ['controllers','interfaces','launchers','learners','testing','utilities','visualizations'] \ No newline at end of file diff --git a/setup.py b/setup.py index b931326..7d01851 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,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.2', + download_url = 'https://github.com/michaelhush/M-LOOP/tarball/v2.0.3', classifiers = ['Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Science/Research',