From f8073e51eb2462b8425dcb740f06e97ff10e2b1b Mon Sep 17 00:00:00 2001 From: "Nota, Christopher" Date: Sun, 17 Mar 2024 17:24:33 -0400 Subject: [PATCH] update version number to 0.9.1 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",