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