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 e03dcff commit 5b8551dCopy full SHA for 5b8551d
1 file changed
src/typesense/__init__.py
@@ -2,5 +2,5 @@
2
from .async_.client import AsyncClient # NOQA
3
4
5
-__version__ = "2.0.0"
+__version__ = "2.0.1"
6
__all__ = ["Client", "AsyncClient"]
0 commit comments