diff --git a/docarray/__init__.py b/docarray/__init__.py index 2b48b3bfa3..e0b46af5e3 100644 --- a/docarray/__init__.py +++ b/docarray/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.36.1' +__version__ = '0.37.0' import logging diff --git a/pyproject.toml b/pyproject.toml index 32b05cf251..3ad18dfce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docarray" -version = '0.36.0' +version = '0.37.0' description='The data structure for multimodal data' readme = 'README.md' authors=['DocArray'] @@ -159,4 +159,4 @@ markers = [ "index: marks test using a document index", "benchmark: marks slow benchmarking tests", "elasticv8: marks test that run with ElasticSearch v8", -] \ No newline at end of file +]