We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b77772 commit 090e4b5Copy full SHA for 090e4b5
setup.py
@@ -15,7 +15,7 @@
15
"tox"
16
],
17
name="marqo",
18
- version="3.16.0",
+ version="3.17.0",
19
author="marqo org",
20
author_email="org@marqo.io",
21
description="Tensor search for humans",
src/marqo/version.py
@@ -1,4 +1,4 @@
1
-__minimum_supported_marqo_version__ = "2.22.0"
+__minimum_supported_marqo_version__ = "2.23.0"
2
3
# NOTE: This isn't used anywhere
4
def supported_marqo_version() -> str:
0 commit comments