We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368f776 commit 8b36745Copy full SHA for 8b36745
volara/__init__.py
@@ -1,5 +1,5 @@
1
from . import datasets as datasets
2
from . import dbs as dbs
3
4
-__version__ = "1.0.4"
+__version__ = "1.0.5"
5
__version_info__ = tuple(int(i) for i in __version__.split("."))
0 commit comments