Permalink
Browse files

Ready for version 2.0.3 tag

Updated for the git tag update
  • Loading branch information...
1 parent 750c093 commit 6e87cf1935276370b1d3e124835aee4f450cb87e @michaelhush committed Sep 14, 2016
Showing with 2 additions and 2 deletions.
  1. +1 −1 mloop/__init__.py
  2. +1 −1 setup.py
View
@@ -12,5 +12,5 @@
import os
-__version__= "2.0.2"
+__version__= "2.0.3"
__all__ = ['controllers','interfaces','launchers','learners','testing','utilities','visualizations']
View
@@ -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',

0 comments on commit 6e87cf1

Please sign in to comment.