Skip to content

Commit 7693cf7

Browse files
authored
chore: update version to 0.39.0 (#1818)
Signed-off-by: Joan Fontanals Martinez <[email protected]>
1 parent c2b08fa commit 7693cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docarray/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.38.1'
1+
__version__ = '0.39.0'
22

33
import logging
44

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docarray"
3-
version = '0.38.0'
3+
version = '0.39.0'
44
description='The data structure for multimodal data'
55
readme = 'README.md'
66
authors=['DocArray']

0 commit comments

Comments
 (0)