From 2298a4ed6d7bc0cef837bbf7eb3a081a54397cd6 Mon Sep 17 00:00:00 2001 From: Mark Keller <7525285+keller-mark@users.noreply.github.com> Date: Mon, 5 May 2025 13:07:50 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dd1c3fc4..be4c4fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "vitessce" -version = "3.5.3" +version = "3.5.4" authors = [ { name="Mark Keller", email="mark_keller@hms.harvard.edu" }, ]