From e3262502ee469707034a4a8d413d811fc632ae3d Mon Sep 17 00:00:00 2001 From: Pramod Gupta Date: Mon, 29 Jul 2024 11:45:59 -0600 Subject: [PATCH] pyproject.toml: set version=1.3.10.a0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ea2c892..9c3214ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-target-selection" -version = "1.3.9" +version = "1.3.10.a0" description = "Code to perform target selection for BHM/MWM using catalogdb" authors = ["José Sánchez-Gallego "] license = "BSD 3-Clause"