Skip to content

Commit 090e4b5

Browse files
authored
Release collapse field change (#298)
1 parent 2b77772 commit 090e4b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"tox"
1616
],
1717
name="marqo",
18-
version="3.16.0",
18+
version="3.17.0",
1919
author="marqo org",
2020
author_email="org@marqo.io",
2121
description="Tensor search for humans",

src/marqo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__minimum_supported_marqo_version__ = "2.22.0"
1+
__minimum_supported_marqo_version__ = "2.23.0"
22

33
# NOTE: This isn't used anywhere
44
def supported_marqo_version() -> str:

0 commit comments

Comments
 (0)