From 1bd9295a9726e0fd4275fb15117a70ec6df544b5 Mon Sep 17 00:00:00 2001 From: itaismith <42597089+itaismith@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:10:10 -0700 Subject: [PATCH] [RELEASE] 0.5.13 (#2930) Release 0.5.13 --- .github/workflows/release-chromadb.yml | 2 +- chromadb/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-chromadb.yml b/.github/workflows/release-chromadb.yml index 3f65c60e0db..7f3a9e0e544 100644 --- a/.github/workflows/release-chromadb.yml +++ b/.github/workflows/release-chromadb.yml @@ -225,7 +225,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Release Latest uses: ncipollo/release-action@v1.14.0 - if: ${{ needs.check-tag.outputs.tag_matches != 'true' }} + if: ${{ needs.check-tag.outputs.tag_matches == 'true' }} with: tag: "latest" name: "Latest" diff --git a/chromadb/__init__.py b/chromadb/__init__.py index eedd3de0ed1..12a9a75ba68 100644 --- a/chromadb/__init__.py +++ b/chromadb/__init__.py @@ -45,7 +45,7 @@ __settings = Settings() -__version__ = "0.5.12" +__version__ = "0.5.13" # Workaround to deal with Colab's old sqlite3 version