From ea4bca64717561dee4980d7caaeb81bf5dd5271b Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Tue, 22 Feb 2022 22:30:11 +0100 Subject: [PATCH] Release 2.24.5 --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 092b111..a024d55 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.24.5 + +* properly close the wandb run at the end + ## 2.24.4 * fix pex building diff --git a/setup.py b/setup.py index b45bffd..51e52c0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def _read_reqs(relpath): packages=find_packages(), package_data={"": extra_files}, include_package_data=True, - version="2.24.4", + version="2.24.5", license="MIT", description="Easily computing clip embeddings and building a clip retrieval system with them", long_description=long_description,