From 83814e6deaae1b8f57c73db52c0c6f5871bc8cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ilharco=20Magalh=C3=A3es?= Date: Thu, 29 Dec 2022 14:21:24 -0800 Subject: [PATCH] Release 2.9.1 (#331) --- HISTORY.md | 4 ++++ src/open_clip/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a1a414c77..021f406a0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.9.1 + +* Fix release + ## 2.9.0 * Add training feature to auto-resume from the latest checkpoint on restart via `--resume latest` diff --git a/src/open_clip/version.py b/src/open_clip/version.py index 387cfaccc..b03f5b5da 100644 --- a/src/open_clip/version.py +++ b/src/open_clip/version.py @@ -1 +1 @@ -__version__ = '2.9.0' +__version__ = '2.9.1'