From f3fc7e9da0682415ef1c7ec99a17a77c87d8cfe8 Mon Sep 17 00:00:00 2001 From: Praveen Palanisamy Date: Sun, 27 Sep 2020 13:53:00 -0700 Subject: [PATCH] Update version number to v0.1.4 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6e3ee77..07efeed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Praveen Palanisamy' # The full version, including alpha/beta/rc tags -release = '0.1.3' +release = '0.1.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e645624..015ea82 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name="macad-gym", - version='0.1.3', + version='0.1.4', description='Learning environments for Multi-Agent Connected Autonomous' ' Driving (MACAD) with OpenAI Gym compatible interfaces', long_description=long_description,