Skip to content

Commit b2de789

Browse files
authored
Prepare release 0.8.0 (#282)
1 parent 4f478ea commit b2de789

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ funding = "https://opencollective.com/arviz"
4141
[project.optional-dependencies]
4242
# user facing optional dependency blocks
4343
xarray = [
44-
"arviz-base @ git+https://github.com/arviz-devs/arviz-base",
44+
"arviz-base>=0.8.0,<0.9.0",
4545
"xarray-einstats",
4646
"xarray",
4747
]

src/arviz_stats/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""ArviZ version."""
22

3-
__version__ = "0.8.0dev0"
3+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)