Skip to content

Commit

Permalink
bump version (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza authored May 9, 2022
1 parent 917f19d commit 8624d08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion btk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
providing a framework to test user defined detection/deblending/measurement
algorithms.
"""
import importlib.metadata

__author__ = "btk developers"
__email__ = "[email protected]"
__version__ = "0.9.3"
__version__ = "1.0.0a1"

DEFAULT_SEED = 0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "blending_toolkit"
packages = [{include = "btk"}]
readme = "README.md"
repository = "https://github.com/LSSTDESC/BlendingToolKit"
version = "0.9.3"
version = "1.0.0a1"

[tool.poetry.dependencies]
astropy = ">=5.0.4"
Expand Down

0 comments on commit 8624d08

Please sign in to comment.