From c5f9e246d31a926975f7cc4ea8bc10e5c42e0232 Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Thu, 1 Sep 2022 13:49:59 -0400 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aec6140a4..99f371249 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ name = "blending_toolkit" packages = [{include = "btk"}] readme = "README.md" repository = "https://github.com/LSSTDESC/BlendingToolKit" -version = "1.0.0a2" +version = "1.0.0a4" [tool.poetry.dependencies] astropy = [{version = "^4.3.1", python = "~3.7.1"}, {version = ">=5.1", python = ">=3.8"}]