Skip to content

Commit c747053

Browse files
authored
Bump version to 3.12.0 (#281)
1 parent 15de44c commit c747053

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
@@ -16,7 +16,7 @@
1616
"tox"
1717
],
1818
name="marqo",
19-
version="3.11.0",
19+
version="3.12.0",
2020
author="marqo org",
2121
author_email="org@marqo.io",
2222
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.17.1"
1+
__minimum_supported_marqo_version__ = "2.17.0"
22

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

0 commit comments

Comments
 (0)