From 3be924bc8a9dd0c946a0d7de1895487da5efdac1 Mon Sep 17 00:00:00 2001 From: William Patton Date: Thu, 29 Aug 2024 17:40:06 -0400 Subject: [PATCH] bump daisy version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 950ab432..183d9708 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = ["setuptools", "wheel"] [project] name = "daisy" description = "Blockwise task scheduler for processing large volumetric data." -version = "1.1.1" +version = "1.2.0" license = {text = "MIT"} readme = "README.md" authors = [