From 4cf46ee567f3cd5699a1f5ecd85609f05c4a349f Mon Sep 17 00:00:00 2001 From: William Patton Date: Fri, 25 Oct 2024 15:17:48 -0700 Subject: [PATCH] bump version (1.2.2) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f81d7614..63653368 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.2.1" +version = "1.2.2" license = {text = "MIT"} readme = "README.md" authors = [