Skip to content

Commit 0064559

Browse files
authored
bump release (#81)
1 parent 4d95235 commit 0064559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ funding = "https://opencollective.com/arviz"
4040

4141
[project.optional-dependencies]
4242
xarray = [
43-
"arviz-base @ git+https://github.com/arviz-devs/arviz-base",
43+
"arviz-base >=0.5.0",
4444
"xarray-einstats",
4545
"numba",
4646
]

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.5.0.dev0"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)