Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Increment version number for new minor release.
  • Loading branch information
gkhayes committed Mar 30, 2019
1 parent c84a6e4 commit 5158cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():


setup(name='mlrose',
version='1.1.0',
version='1.2.0',
description="MLROSe: Machine Learning, Randomized Optimization and"
+ " Search",
long_description=readme(),
Expand Down

0 comments on commit 5158cf7

Please sign in to comment.