Skip to content

Commit

Permalink
bump up PyBullet to version 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Dec 1, 2021
1 parent 10f72b9 commit 9c380f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.20
3.21
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def _single_compile(obj):

setup(
name='pybullet',
version='3.2.0',
version='3.2.1',
description=
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning',
long_description=
Expand Down
2 changes: 1 addition & 1 deletion src/LinearMath/btSerializer.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class btDefaultSerializer : public btSerializer

buffer[9] = '3';
buffer[10] = '2';
buffer[11] = '0';
buffer[11] = '1';
}

virtual void startSerialization()
Expand Down

0 comments on commit 9c380f1

Please sign in to comment.