From e81cc9f361e5aa072534a1fbbc483da406b54848 Mon Sep 17 00:00:00 2001 From: Ben Eggers <64657842+beggers@users.noreply.github.com> Date: Mon, 9 Oct 2023 12:28:59 -0700 Subject: [PATCH] [RELEASE] 0.4.14 (#1221) Release 0.4.14 --- chromadb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromadb/__init__.py b/chromadb/__init__.py index ffc32392e07..9c0b8000a14 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -43,7 +43,7 @@ __settings = Settings() -__version__ = "0.4.13" +__version__ = "0.4.14" # Workaround to deal with Colab's old sqlite3 version try: