What's Changed
* Improve deprecation warning, by showing the correct caller location.
* Fix finalizer registration errors on pypi by using a thread-safe sequential number generator instead of relying on object id unicity and timely finalizer triggering.
* Check in-dll version when creating Windows wheels. Should hopefully version mixups like what happened in 3.1.0 .
**Full Changelog**: https://github.com/vpelletier/python-libusb1/compare/3.2.0...3.3.0