Skip to content

Commit

Permalink
Release 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Aug 20, 2023
1 parent 171e3cd commit 91514e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.42.0

* ray distibutor (thanks @Vaishaal)
* Remove tmp_dir only if the output dir is not in s3 (thanks @ezzarum)
* support more intput formats (thanks @ldfandian)

## 1.41.0

* Verify hashes during download. (thanks @GeorgiosSmyrnis and @carlini)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read_reqs(relpath):
name="img2dataset",
packages=find_packages(),
include_package_data=True,
version="1.41.0",
version="1.42.0",
license="MIT",
description="Easily turn a set of image urls to an image dataset",
long_description=long_description,
Expand Down

0 comments on commit 91514e8

Please sign in to comment.