Bug Fixes
- **client:** failed to add url which is http url but not end with 'torrent' ([16](https://github.com/Trim21/transmission-rpc/issues/16))
Code Refactoring
- return File object instead of returning a dict ([23](https://github.com/Trim21/transmission-rpc/issues/23))
- Client will use [`yarl`](https://github.com/aio-libs/yarl) to build url
BREAKING CHANGES
- `Torrent.files()` will return `List[File]`
`Client.get_files()` will return `Dict[int, List[File]]`
- Client args `address` and `user` is not available anymore
Features
- check rpc version for kwargs