Changes
* `AioPullkin` -> `Pullkin`
* Register is async now: `await Pullkin.register(sender_id=..., app_id=...)`
Add
* `app_id` (GCM) arg to `Pullkin.register(sender_id=..., app_id=...)`
Remove
* Sync Pullkin client
* First handler arg `obj`, now: `my_handler(message, data_message)`
**Full Changelog**: https://github.com/WhiteApfel/Pullkin/compare/v0.9.0...v0.10.0