Skip to content

Commit

Permalink
Bump version (#206)
Browse files Browse the repository at this point in the history
* bump version

* update lock
  • Loading branch information
ismael-mendoza authored Jul 21, 2021
1 parent 7b1ffb3 commit 9ed559c
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion btk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""
__author__ = "btk developers"
__email__ = "[email protected]"
__version__ = "0.9.2"
__version__ = "0.9.0"

from . import catalog
from . import create_blend_generator
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# The short X.Y version
version = "0.9"
# The full version, including alpha/beta/rc tags
release = "0.9.2"
release = "0.9.0"


class Mock(MagicMock):
Expand Down
114 changes: 57 additions & 57 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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"}, {include = 'conf'}]
readme = "README.md"
repository = "https://github.com/LSSTDESC/BlendingToolKit"
version = "0.9.2"
version = "0.9.0"

[tool.poetry.dependencies]
astropy = "^4.2"
Expand Down

0 comments on commit 9ed559c

Please sign in to comment.