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