From 0345c3b700daad43574ac64ef7e1d11fa777d910 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Wed, 11 Aug 2021 23:28:24 +0000 Subject: [PATCH] Release 1.0.1 --- HISTORY.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 9eb4856..e7e16ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.0.1 + +* fixes + ## 1.0.0 * it works diff --git a/setup.py b/setup.py index 378792e..543c07d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name = 'clip_retrieval', packages = find_packages(), include_package_data = True, - version = '1.0.0', + version = '1.0.1', license='MIT', description = 'Easily computing clip embeddings and building a clip retrieval system with them', long_description=long_description,