File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 3.08
1
+ 3.17
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ def _single_compile(obj):
501
501
502
502
setup (
503
503
name = 'pybullet' ,
504
- version = '3.1.6 ' ,
504
+ version = '3.1.7 ' ,
505
505
description =
506
506
'Official Python Interface for the Bullet Physics SDK specialized for Robotics Simulation and Reinforcement Learning' ,
507
507
long_description =
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ subject to the following restrictions:
25
25
#include < float.h>
26
26
27
27
/* SVN $Revision$ on $Date$ from http://bullet.googlecode.com*/
28
- #define BT_BULLET_VERSION 307
28
+ #define BT_BULLET_VERSION 317
29
29
30
30
inline int btGetVersion ()
31
31
{
Original file line number Diff line number Diff line change @@ -480,8 +480,8 @@ class btDefaultSerializer : public btSerializer
480
480
}
481
481
482
482
buffer[9 ] = ' 3' ;
483
- buffer[10 ] = ' 0 ' ;
484
- buffer[11 ] = ' 8 ' ;
483
+ buffer[10 ] = ' 1 ' ;
484
+ buffer[11 ] = ' 7 ' ;
485
485
}
486
486
487
487
virtual void startSerialization ()
You can’t perform that action at this time.
0 commit comments