* Fixed argument handling in `upload()`, `download()` and `download_public()`. Previously, passing `n_retries` and `retry_interval` would raise an exception (`TypeError`).
1.1.0
* Better exceptions (see the docs) * Added support for `force_async` parameter * Minor bug fixes