We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a70ae2 commit 6afd059Copy full SHA for 6afd059
meilisearch/version.py
@@ -0,0 +1,4 @@
1
+__version__ = "0.18.0"
2
+
3
+def qualified_version():
4
+ return f"Meilisearch Python (v{__version__})"
0 commit comments