Skip to content

Commit 01c446b

Browse files
committed
increment version to 0.7.1
1 parent 4122e0a commit 01c446b

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.7.0'
25+
release = '0.7.1'
2626

2727

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

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.0",
41+
version="0.7.1",
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)