Skip to content

Commit

Permalink
update typesense build to 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
EricOuma committed May 2, 2024
1 parent 09cedfd commit 202ca37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup TypeSense
uses: jirevwe/[email protected]
with:
typesense-version: 0.25.1
typesense-version: 0.26
typesense-api-key: sample_key

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion django_typesense/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.2"
__version__ = "0.1.3-alpha"

0 comments on commit 202ca37

Please sign in to comment.