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 6265d5d commit bb4fc1eCopy full SHA for bb4fc1e
docs/source/conf.py
@@ -22,8 +22,7 @@
22
author = 'Chris Nota'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.7.1'
26
-
+release = '0.7.2'
27
28
# -- General configuration ---------------------------------------------------
29
setup.py
@@ -38,7 +38,7 @@
38
39
setup(
40
name="autonomous-learning-library",
41
- version="0.7.1",
+ version="0.7.2",
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