Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update py-marqo version to 3.5.1 and Marqo verison to 2.7.0 #236

Merged
merged 3 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tox"
],
name="marqo",
version="3.5.0",
version="3.5.1",
author="marqo org",
author_email="org@marqo.io",
description="Tensor search for humans",
Expand Down
4 changes: 2 additions & 2 deletions src/marqo/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__marqo_version__ = "2.6.0"
__marqo_version__ = "2.7.0"
__marqo_release_page__ = f"https://github.com/marqo-ai/marqo/releases/tag/{__marqo_version__}"

__minimum_supported_marqo_version__ = "2.0"
__minimum_supported_marqo_version__ = "2.7.0"

wanliAlex marked this conversation as resolved.
Show resolved Hide resolved

def supported_marqo_version() -> str:
Expand Down
Loading