Skip to content

Commit 77b4dc1

Browse files
author
Joan Fontanals
authored
chore: update version (#1743)
Signed-off-by: Joan Fontanals Martinez <[email protected]>
1 parent 7c10295 commit 77b4dc1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.36.1'
1+
__version__ = '0.37.0'
22

33
import logging
44

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docarray"
3-
version = '0.36.0'
3+
version = '0.37.0'
44
description='The data structure for multimodal data'
55
readme = 'README.md'
66
authors=['DocArray']
@@ -159,4 +159,4 @@ markers = [
159159
"index: marks test using a document index",
160160
"benchmark: marks slow benchmarking tests",
161161
"elasticv8: marks test that run with ElasticSearch v8",
162-
]
162+
]

0 commit comments

Comments
 (0)