Skip to content

Commit

Permalink
Merge pull request #99 from michaelhush/version
Browse files Browse the repository at this point in the history
Bump version tags to 3.2.0
  • Loading branch information
charmasaur authored Jan 13, 2021
2 parents d72d0af + ece9a56 commit 6e67f01
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
# built documents.
#
# The short X.Y version.
version = '3.1'
version = '3.2'
# The full version, including alpha/beta/rc tags.
release = '3.1.1'
release = '3.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -152,7 +152,7 @@

# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#html_title = 'M-LOOP v3.1.1'
#html_title = 'M-LOOP v3.2.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None
Expand Down
2 changes: 1 addition & 1 deletion mloop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

import os

__version__= "3.1.1"
__version__= "3.2.0"
__all__ = ['controllers','interfaces','launchers','learners','nnlearner','testing','utilities','visualizations','cmd']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.1.1',
download_url = 'https://github.com/michaelhush/M-LOOP/tarball/3.2.0',

classifiers = ['Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Science/Research',
Expand Down

0 comments on commit 6e67f01

Please sign in to comment.