Skip to content

Commit 92cbee1

Browse files
authored
prepare 1.0 release (#310)
1 parent dabb253 commit 92cbee1

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>=1.0,<1.1",
4545
"xarray-einstats",
4646
"xarray>=2024.11.0",
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.9.0.dev"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)