From 1b375ac31d34c0c9440702d9d09239f208bf557d Mon Sep 17 00:00:00 2001 From: samsja <55492238+samsja@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:40:08 +0100 Subject: [PATCH] Update pyproject.toml Signed-off-by: samsja <55492238+samsja@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 66e16f420a8..4a857d29dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docarray" -version = '2022.11.29.alpha' +version = '2023.01.17.alpha' description='The data structure for unstructured data' authors=['DocArray'] license='Apache 2.0' @@ -75,4 +75,4 @@ markers = [ "internet: marks tests as requiring internet (deselect with '-m \"not internet\"')", "asyncio: marks that run async tests", -] \ No newline at end of file +]