From c12976480470db6ce35c4ed380778810be7401c2 Mon Sep 17 00:00:00 2001 From: samsja Date: Wed, 26 Apr 2023 14:51:08 +0200 Subject: [PATCH 1/2] chore: bump version to 0.31.0 Signed-off-by: samsja --- docarray/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docarray/__init__.py b/docarray/__init__.py index ce2152c8315..6bf8c7a05c5 100644 --- a/docarray/__init__.py +++ b/docarray/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.30.1' +__version__ = '0.31.0' import logging diff --git a/pyproject.toml b/pyproject.toml index c112cb56343..41d7ed80571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docarray" -version = '0.30.1' +version = '0.31.0' description='The data structure for multimodal data' readme = 'README.md' authors=['DocArray'] From f2368210383d46694320bbed24c77d878fa7627d Mon Sep 17 00:00:00 2001 From: samsja Date: Wed, 26 Apr 2023 15:02:30 +0200 Subject: [PATCH 2/2] chore: fix docarray legacy docu link Signed-off-by: samsja --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac3e743e4e..3b457fab3d7 100644 --- a/README.md +++ b/README.md @@ -793,6 +793,6 @@ pip install -U docarray - [Join our Discord server](https://discord.gg/WaMp6PVPgR) - [Donation to Linux Foundation AI&Data blog post](https://jina.ai/news/donate-docarray-lf-for-inclusive-standard-multimodal-data-model/) - ["Legacy" DocArray github page](https://github.com/docarray/docarray/tree/docarray-v1-fixes) -- ["Legacy" DocArray documentation](https://docarray-legacy.jina.ai/) +- ["Legacy" DocArray documentation](https://docarray.jina.ai/) > DocArray is a trademark of LF AI Projects, LLC