diff --git a/HISTORY.md b/HISTORY.md index 68f8e35..db297de 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,8 @@ +## 1.41.0 + +* Verify hashes during download. (thanks @GeorgiosSmyrnis and @carlini) +* opencv-python => opencv-python-headless (thanks @shionhonda) + ## 1.40.0 * Add SBU captions benchmark diff --git a/setup.py b/setup.py index 51b9225..f97fcbf 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def _read_reqs(relpath): name="img2dataset", packages=find_packages(), include_package_data=True, - version="1.40.0", + version="1.41.0", license="MIT", description="Easily turn a set of image urls to an image dataset", long_description=long_description,