Skip to content

Commit 0e183ff

Browse files
author
Joan Fontanals
authored
chore: upgrade version (#1841)
Signed-off-by: Joan Martinez <[email protected]>
1 parent 1f86e26 commit 0e183ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docarray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.39.2'
1+
__version__ = '0.40.0'
22

33
import logging
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docarray"
3-
version = '0.39.1'
3+
version = '0.40.0'
44
description='The data structure for multimodal data'
55
readme = 'README.md'
66
authors=['DocArray']

0 commit comments

Comments
 (0)