From e77306a6d40bf5f97b88e9bc0e48eff50ea1ff75 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 3 Sep 2021 18:21:01 +0200 Subject: [PATCH] Release 2.0.1 --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e8fc188..c30443a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.0.1 + +* add missing webdataset dep + ## 2.0.0 * webdataset input format diff --git a/setup.py b/setup.py index 57b7322..c25f806 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name = 'clip_retrieval', packages = find_packages(), include_package_data = True, - version = '2.0.0', + version = '2.0.1', license='MIT', description = 'Easily computing clip embeddings and building a clip retrieval system with them', long_description=long_description,