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 4122e0a commit 01c446bCopy full SHA for 01c446b
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.7.0'
+release = '0.7.1'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -38,7 +38,7 @@
38
39
setup(
40
name="autonomous-learning-library",
41
- version="0.7.0",
+ version="0.7.1",
42
description=("A library for building reinforcement learning agents in Pytorch"),
43
packages=find_packages(),
44
url="https://github.com/cpnota/autonomous-learning-library.git",
0 commit comments