From 8af4cac610ebc23ecab94c140ec4f370dec9d971 Mon Sep 17 00:00:00 2001 From: Ben Eggers <64657842+beggers@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:59:16 -0700 Subject: [PATCH] [RELEASE] 0.4.15 (#1278) Release 0.4.15 --- chromadb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromadb/__init__.py b/chromadb/__init__.py index f56bae8973a..6994f12f203 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -42,7 +42,7 @@ __settings = Settings() -__version__ = "0.4.14" +__version__ = "0.4.15" # Workaround to deal with Colab's old sqlite3 version try: