From adcf522d5b004c6f6356ab138575253c329758b7 Mon Sep 17 00:00:00 2001 From: Xiang liu <44816474+CesarLiu@users.noreply.github.com> Date: Sat, 9 Apr 2022 23:35:02 +0200 Subject: [PATCH] update bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2e333a5..bdd41642 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,7 @@ def run(self): setup( name = "bark-ml", - version = "0.4.31", + version = "0.4.32", description = "Gym Environments and Agents for Autonomous Driving", long_description=long_description, long_description_content_type="text/markdown",