Skip to content

Commit bb4fc1e

Browse files
committed
version 0.7.2
1 parent 6265d5d commit bb4fc1e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/source/conf.py

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

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.7.1'
26-
25+
release = '0.7.2'
2726

2827
# -- General configuration ---------------------------------------------------
2928

setup.py

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

3939
setup(
4040
name="autonomous-learning-library",
41-
version="0.7.1",
41+
version="0.7.2",
4242
description=("A library for building reinforcement learning agents in Pytorch"),
4343
packages=find_packages(),
4444
url="https://github.com/cpnota/autonomous-learning-library.git",

0 commit comments

Comments
 (0)