From fa33d5612db807f0a86d16acf3b5650529f4bd5f Mon Sep 17 00:00:00 2001 From: Jaladh Singhal Date: Thu, 19 Dec 2024 15:12:12 -0800 Subject: [PATCH] Bump minor version for release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b6cef3..f958fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "firefly_client" -version = "3.1.0" +version = "3.2.0" description = "Python API for Firefly: display astronomical data as tables, images, charts, and more!" authors = [ {name = "IPAC LSST SUIT"}