From 9f2833039da72adf3d70f5cf64b378280b4ba0eb Mon Sep 17 00:00:00 2001 From: Ben Eggers <64657842+beggers@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:35:24 -0800 Subject: [PATCH] Release 0.4.21 (#1559) Release 0.4.21 --- chromadb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromadb/__init__.py b/chromadb/__init__.py index 103e137cc68..18a9c9f671f 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -43,7 +43,7 @@ __settings = Settings() -__version__ = "0.4.20" +__version__ = "0.4.21" # Workaround to deal with Colab's old sqlite3 version try: