From 7fe947945972477cfbf164aa255d288d3ac3b6e8 Mon Sep 17 00:00:00 2001 From: Zak Vendeiro Date: Fri, 12 May 2023 13:00:00 -0700 Subject: [PATCH] Bump M-LOOP version to 3.3.3 --- docs/conf.py | 4 ++-- mloop/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1548d43..d54e750 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,7 +72,7 @@ # The short X.Y version. version = '3.3' # The full version, including alpha/beta/rc tags. -release = '3.3.2' +release = '3.3.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -152,7 +152,7 @@ # The name for this set of Sphinx documents. # " v documentation" by default. -#html_title = 'M-LOOP v3.3.2' +#html_title = 'M-LOOP v3.3.3' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/mloop/__init__.py b/mloop/__init__.py index 2133254..4d16e49 100644 --- a/mloop/__init__.py +++ b/mloop/__init__.py @@ -12,5 +12,5 @@ import os -__version__ = '3.3.2' +__version__ = '3.3.3' __all__ = ['controllers','interfaces','launchers','learners','nnlearner','testing','utilities','visualizations','cmd'] diff --git a/setup.py b/setup.py index 3562ee2..f44365b 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,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/v3.3.2', + download_url = 'https://github.com/michaelhush/M-LOOP/tarball/v3.3.3', classifiers = [ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Science/Research',