diff --git a/docs/source/conf.py b/docs/source/conf.py index 332536d3..49b2b143 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Chris Nota' # The full version, including alpha/beta/rc tags -release = '0.9.1-alpha.4' +release = '0.9.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 54b33f01..03894d43 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name="autonomous-learning-library", - version="0.9.1-alpha.4", + version="0.9.1", description=("A library for building reinforcement learning agents in Pytorch"), packages=find_packages(), url="https://github.com/cpnota/autonomous-learning-library.git",