Skip to content

Commit 6afd059

Browse files
committed
Create the version.py w/ current meilisearch-python version
1 parent 8a70ae2 commit 6afd059

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meilisearch/version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__version__ = "0.18.0"
2+
3+
def qualified_version():
4+
return f"Meilisearch Python (v{__version__})"

0 commit comments

Comments
 (0)