Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Aug 13, 2023
1 parent 1a1246c commit de3e3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/MAINTAINER.md
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit de3e3f5

Please sign in to comment.