From 1d123b6ceb963716913cc9a515a24d97ba64bfd0 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 30 Sep 2019 09:09:26 -0700 Subject: [PATCH] bump up PyBullet version to 2.5.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88d3e47c1..56cc7887f 100644 --- a/setup.py +++ b/setup.py @@ -490,7 +490,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS: setup( name='pybullet', - version='2.5.5', + version='2.5.6', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description=