Fixed
- Issue with importing `Token` from spl.token.client` ([91](https://github.com/michaelhly/solana-py/pull/91))
- Packaging fixes ([85](https://github.com/michaelhly/solana-py/pull/85))
Added
- Missing `spl.token.async_client` methods - `create_multisig`, `get_mint_info`, `get_account_info`, `approve`, `revoke`, `burn`, `close_account`, `freeze_account`, `thaw_account`, `transfer_checked`, `approve_checked`, `mint_to_checked`, `burn_checked`. Missing `spl.token.client` methods - `create_multisig`, `get_mint_info`, `get_account_info`, `approve`, `revoke`, set_authority`, close_account`, `freeze_account`, `thaw_account`, `transfer_checked`, `approve_checked`, `mint_to_checked`, `burn_checked` ([89](https://github.com/michaelhly/solana-py/pull/89))