From 3b563c73f4e1028f7d63c44adcb24e801e5dc341 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sun, 13 Sep 2020 16:52:29 -0700 Subject: [PATCH] bump up pybullet to 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc9643da0..b6004fa64 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.8', + version='3.0.0', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description=