Skip to content

Commit f8073e5

Browse files
committed
update version number to 0.9.1
1 parent ac4c444 commit f8073e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Chris Nota'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.9.1-alpha.4'
25+
release = '0.9.1'
2626

2727
# -- General configuration ---------------------------------------------------
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
setup(
4242
name="autonomous-learning-library",
43-
version="0.9.1-alpha.4",
43+
version="0.9.1",
4444
description=("A library for building reinforcement learning agents in Pytorch"),
4545
packages=find_packages(),
4646
url="https://github.com/cpnota/autonomous-learning-library.git",

0 commit comments

Comments
 (0)