From 88cb5a7810334aba0b2ee7da6d87f078005aba1c Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Thu, 18 Jul 2024 09:59:10 -0400 Subject: [PATCH] Version 1.0.0b9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7116f3cf..298ad85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ keywords = ["cosmology", "galaxies", "blending", "lsst", "simulation"] license = "MIT" name = "blending_toolkit" readme = "README.md" -version = "1.0.0b8" +version = "1.0.0b9" packages = [{ include = "btk" }] repository = "https://github.com/LSSTDESC/BlendingToolKit" homepage = "https://lsstdesc.org/BlendingToolKit/index.html"