Skip to content

Commit

Permalink
[RELEASE] 0.5.13 (#2930)
Browse files Browse the repository at this point in the history
Release 0.5.13
  • Loading branch information
itaismith authored Oct 10, 2024
1 parent a545c08 commit 1bd9295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-chromadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion chromadb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

__settings = Settings()

__version__ = "0.5.12"
__version__ = "0.5.13"


# Workaround to deal with Colab's old sqlite3 version
Expand Down

0 comments on commit 1bd9295

Please sign in to comment.