Skip to content

Commit f3fc7e9

Browse files
Update version number to v0.1.4
1 parent 38884ac commit f3fc7e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Praveen Palanisamy'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.1.3'
25+
release = '0.1.4'
2626

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

setup.py

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

2020
setup(
2121
name="macad-gym",
22-
version='0.1.3',
22+
version='0.1.4',
2323
description='Learning environments for Multi-Agent Connected Autonomous'
2424
' Driving (MACAD) with OpenAI Gym compatible interfaces',
2525
long_description=long_description,

0 commit comments

Comments
 (0)