From 7289e498a508a7758021ec6525de908990aeaea6 Mon Sep 17 00:00:00 2001 From: Ben Eggers <64657842+beggers@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:22:14 -0800 Subject: [PATCH] Release 0.4.18 (#1415) --- chromadb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromadb/__init__.py b/chromadb/__init__.py index 596b5b82bc6..c292da85fca 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -42,7 +42,7 @@ __settings = Settings() -__version__ = "0.4.17" +__version__ = "0.4.18" # Workaround to deal with Colab's old sqlite3 version try: