if you didn't see any `DeprecationWarning` when you are using 6.0.0, it's safe to upgrade to this version.
BREAKING CHANGES:
some deprecated properties and methods are removed:
- `client.locate_torrent_data`, use `client.move_torrent_data(move=False)` instread.
- `torrent.seedRatioLimit`, use `.seed_ratio_limit` instead.
- `torrent.seedRatioLimited`, use `.seed_ratio_limited` instead.
- `torrent.files`, use `torrent.get_files()` instead.
- `torrent.date_active`, use `torrent.activity_date` instread.
- `torrent.date_added`, use `torrent.added_date` instread.
- `torrent.date_started`, use `torrent.start_date` instread.
- `torrent.date_done`, use `torrent.done_date` instread.