diff --git a/HISTORY.md b/HISTORY.md index 7a344ddce..120778aa9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 2.9.3 + +* Fix wandb collapsing multiple parallel runs into a single one + ## 2.9.2 * Fix braceexpand memory explosion for complex webdataset urls diff --git a/src/open_clip/version.py b/src/open_clip/version.py index c0d35b3fd..4ef1be1f3 100644 --- a/src/open_clip/version.py +++ b/src/open_clip/version.py @@ -1 +1 @@ -__version__ = '2.9.2' +__version__ = '2.9.3'