Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
Increment version number in docs\conf.py and setup.py in preparation for
new package release.
  • Loading branch information
gkhayes committed Nov 3, 2019
1 parent bc81793 commit 2a9d604
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.2.0'
release = '1.3.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.2.0',
version='1.3.0',
description="MLROSe: Machine Learning, Randomized Optimization and"
+ " Search",
long_description=readme(),
Expand Down

0 comments on commit 2a9d604

Please sign in to comment.