Skip to content

Commit fa07598

Browse files
authored
bump release 0.7.0 (#243)
1 parent c2ef63d commit fa07598

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.7.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.7.0.dev0"
3+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)