From 9c380f18f6da8df5edacb807355f31d71a02a1f2 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 1 Dec 2021 10:28:20 -0800 Subject: [PATCH] bump up PyBullet to version 3.21 --- VERSION | 2 +- setup.py | 2 +- src/LinearMath/btSerializer.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b95829267c..a91121ce37 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.20 +3.21 diff --git a/setup.py b/setup.py index fd6f486a01..0138c0239b 100644 --- a/setup.py +++ b/setup.py @@ -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= diff --git a/src/LinearMath/btSerializer.h b/src/LinearMath/btSerializer.h index 2dc981454d..22bcac1bea 100644 --- a/src/LinearMath/btSerializer.h +++ b/src/LinearMath/btSerializer.h @@ -481,7 +481,7 @@ class btDefaultSerializer : public btSerializer buffer[9] = '3'; buffer[10] = '2'; - buffer[11] = '0'; + buffer[11] = '1'; } virtual void startSerialization()