diff options
author | Erwin Coumans <erwin.coumans@gmail.com> | 2020-08-13 19:38:58 -0700 |
---|---|---|
committer | Erwin Coumans <erwin.coumans@gmail.com> | 2020-08-13 19:38:58 -0700 |
commit | bac8b6305dd73a6deec327f3a0f89bb51e5c6321 (patch) | |
tree | d22be9319e7b07806314b9f3d04aa783cf0a2ff4 /setup.py | |
parent | 8b42b9039379348fc2a3b62626ab23cf56c0d85b (diff) | |
download | bullet3-bac8b6305dd73a6deec327f3a0f89bb51e5c6321.tar.gz |
bump up pybullet version to 2.8.7
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -501,7 +501,7 @@ if 'BT_USE_EGL' in EGL_CXX_FLAGS: setup( name='pybullet', - version='2.8.6', + version='2.8.7', description= 'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning', long_description= |