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 fb17456 commit 7ec88b4Copy full SHA for 7ec88b4
docarray/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.37.2'
+__version__ = '0.38.0'
2
3
import logging
4
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docarray"
-version = '0.37.1'
+version = '0.38.0'
description='The data structure for multimodal data'
5
readme = 'README.md'
6
authors=['DocArray']
0 commit comments