diff --git a/docs/conf.py b/docs/conf.py index 77925fd7..dabf07df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.2.0' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index eefc3160..324e431f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def readme(): setup(name='mlrose', - version='0.2.0', + version='1.0.0', description="MLROSe: Machine Learning, Randomized Optimization and" + " Search", long_description=readme(),