From 1a376393d1291942ed2e9f42d3c9cc9df354418b Mon Sep 17 00:00:00 2001 From: "Rohan P. Singh" Date: Tue, 26 Jul 2022 17:59:53 +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 446b99e..0d52292 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from setuptools import find_packages, setup -VERSION = '0.0.5' +VERSION = '0.1.0' INSTALL_REQUIRES = ( ['mujoco >= 2.1.5',