Permalink
Browse files

Candidate for tag v2.1.0

Candidate for version 2.1.0 release.
  • Loading branch information...
1 parent d1e4ed4 commit d3e96f652be2b9f9db3f0e173c45cdab02b2e2b5 @michaelhush committed Oct 13, 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.3"
+__version__= "2.1.0"
__all__ = ['controllers','interfaces','launchers','learners','testing','utilities','visualizations','cmd']
View
@@ -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',

0 comments on commit d3e96f6

Please sign in to comment.