Skip to content

Commit 8c429c0

Browse files
committed
Release 1.47.0
1 parent e73f921 commit 8c429c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.47.0
2+
3+
* Increase range of pyarrow
4+
15
## 1.46.0
26

37
* Fix albumentations deprecation and NumPy 2.0+ compatibility issues

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def _read_reqs(relpath):
1717
name="img2dataset",
1818
packages=find_packages(),
1919
include_package_data=True,
20-
version="1.46.0",
20+
version="1.47.0",
2121
license="MIT",
2222
description="Easily turn a set of image urls to an image dataset",
2323
long_description=long_description,

0 commit comments

Comments
 (0)