From c45b657039ee32828a22f9fa636d8a88c8202afe Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Mon, 7 Sep 2020 19:40:19 -0700 Subject: [PATCH] bump up PyBullet version to 2.9.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b045ab43..e8f303c63 100644 --- a/setup.py +++ b/setup.py @@ -501,7 +501,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS: setup( name='pybullet', - version='2.9.3', + version='2.9.4', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description=