From 126bf11bf68104c87852b115e1c66a1f981a0383 Mon Sep 17 00:00:00 2001 From: Chris Byrohl <9221545+cbyrohl@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:54:20 +0200 Subject: [PATCH] v0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b190f49..67ebd94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scida" -version = "0.3.2" +version = "0.3.3" description = "Convenience wrapper around large scientific datasets to process with dask." authors = ["Chris Byrohl"] readme = "README.md"