From 8b03250286cb4c41c2008044ae197858aadc787d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20GALLOU=C3=89DEC?= Date: Tue, 29 Jun 2021 17:18:18 +0200 Subject: [PATCH] version 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad726e2d..78fce183 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ packages=find_packages(), include_package_data=True, package_data={}, - version="1.0.1", + version="1.1.0", install_requires=["gym", "pybullet", "numpy"], classifiers=[ "License :: OSI Approved :: MIT License",