From 45fff0058ef0141fcfab4bcabbf77077a4969d63 Mon Sep 17 00:00:00 2001 From: "Rohan P. Singh" Date: Wed, 24 Aug 2022 01:52:10 +0900 Subject: [PATCH] bump release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12fe81e..93afcba 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import find_packages, setup -VERSION = '0.1.1' +VERSION = '0.1.2' INSTALL_REQUIRES = ( ['mujoco >= 2.1.5',