From 3f1f336d595d2980987a7d5c15e3f2ce8a9e5068 Mon Sep 17 00:00:00 2001 From: samsja Date: Mon, 8 May 2023 18:28:44 +0200 Subject: [PATCH] chore: bump version Signed-off-by: samsja --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41d7ed80571..57984adfbaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docarray" -version = '0.31.0' +version = '0.31.1' description='The data structure for multimodal data' readme = 'README.md' authors=['DocArray']