v0.3.1
This minor release fixes a bug with the named tuples, where not passing the physicsClientId
argument by name to the underlying PyBullet functions caused unexpected behaviour. All arguments in the named tuple wrapper functions are now passed by name (i.e., as keyword arguments) to avoid this.