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