From b9a743e9d36c41a9235b3d882c35a3d4402cbaea Mon Sep 17 00:00:00 2001 From: samsja Date: Tue, 18 Apr 2023 11:47:02 +0200 Subject: [PATCH] chore: bump pyproject version Signed-off-by: samsja --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f554bdfc4c2..c112cb56343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docarray" -version = '0.30.0' +version = '0.30.1' description='The data structure for multimodal data' readme = 'README.md' authors=['DocArray']