From de3e3f56f6b3c1133192938cf607ce7c72868d21 Mon Sep 17 00:00:00 2001 From: Ismael Mendoza Date: Sun, 13 Aug 2023 13:47:49 -0400 Subject: [PATCH] update version --- .github/MAINTAINER.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/MAINTAINER.md b/.github/MAINTAINER.md index 84f0d610..bdcca4c7 100644 --- a/.github/MAINTAINER.md +++ b/.github/MAINTAINER.md @@ -54,6 +54,7 @@ git checkout -b release/$RELEASE origin/dev # 5. Bump version in release branch # edit pyproject.toml file to update the version +poetry version $RELEASE git add pyproject.toml git commit -m "Bump version" diff --git a/pyproject.toml b/pyproject.toml index f6d4bfda..b9b6bb2b 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.0a9" +version = "1.0.0b1" packages = [{ include = "btk" }] repository = "https://github.com/LSSTDESC/BlendingToolKit" homepage = "https://lsstdesc.org/BlendingToolKit/index.html"