Skip to content

Commit

Permalink
bump up version to 3.08
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Dec 23, 2020
1 parent bbb6f86 commit 9e2c39f
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.07
3.08
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.0.7',
version='3.0.8',
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] = '0';
buffer[11] = '7';
buffer[11] = '8';
}

virtual void startSerialization()
Expand Down

0 comments on commit 9e2c39f

Please sign in to comment.