From 9afe9757beda480047ebdf093160acaa24bccb48 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Fri, 20 Dec 2019 16:27:50 -0800 Subject: [PATCH] bump up pybullet to version 2.6.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86718314f..6d79f6988 100644 --- a/setup.py +++ b/setup.py @@ -491,7 +491,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS: setup( name='pybullet', - version='2.6.0', + version='2.6.1', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description=