From 7c0127c3585d0c8759e3fdafb2daa51d793dae4d Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sat, 17 Dec 2022 22:44:52 +0100 Subject: [PATCH] Release 1.38.0 (#251) * Update HISTORY.md * Update setup.py --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9e0948c..3c7429c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.38.0 + +* Incorporate face blurring with bounding boxes. (thanks @GeorgiosSmyrnis) + ## 1.37.0 * Add support for resizing with fixed aspect ratio while fixing the largest image dimension (thanks @gabrielilharco) diff --git a/setup.py b/setup.py index d722f1d..256499e 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.37.0", + version="1.38.0", license="MIT", description="Easily turn a set of image urls to an image dataset", long_description=long_description,