Versions follow SemVer . Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- Fix some compatibility issues for Windows users.
- Add support for Python 3.10.
- Drop support for Python 3.6.
- Use
requests
instead ofwget
to download files. - Use
tqdm
to show progress bar.