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 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']