From 020950470cb75a54e761a7f3ba6de2738a7ddc9c Mon Sep 17 00:00:00 2001 From: Hammad Bashir Date: Wed, 20 Sep 2023 00:50:31 -0700 Subject: [PATCH] [RELEASE] 0.4.12 to fix Dockerfile log issue (#1165) Releasing a hotfix for #1159 which addresses #1164 which breaks the docker image --- chromadb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromadb/__init__.py b/chromadb/__init__.py index 12e189c4725..0ff5244a80f 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -44,7 +44,7 @@ __settings = Settings() -__version__ = "0.4.11" +__version__ = "0.4.12" # Workaround to deal with Colab's old sqlite3 version try: