We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4c444 commit f8073e5Copy full SHA for f8073e5
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Chris Nota'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.9.1-alpha.4'
+release = '0.9.1'
26
27
# -- General configuration ---------------------------------------------------
28
setup.py
@@ -40,7 +40,7 @@
40
41
setup(
42
name="autonomous-learning-library",
43
- version="0.9.1-alpha.4",
+ version="0.9.1",
44
description=("A library for building reinforcement learning agents in Pytorch"),
45
packages=find_packages(),
46
url="https://github.com/cpnota/autonomous-learning-library.git",
0 commit comments