From 9a0cb381acf6c42c32465fb6cd73cb1206470f32 Mon Sep 17 00:00:00 2001 From: Joan Fontanals Martinez Date: Thu, 3 Aug 2023 04:44:58 +0200 Subject: [PATCH] chore: update version Signed-off-by: Joan Fontanals Martinez --- docarray/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 +]