Skip to content

Commit f4da5c2

Browse files
committed
postrelease changes
1 parent b4e5515 commit f4da5c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
]
2727
dynamic = ["version", "description"]
2828
dependencies = [
29-
"arviz-base >=0.7.0",
30-
"arviz-stats[xarray] >=0.7.0",
29+
"arviz-base @ git+https://github.com/arviz-devs/arviz-base",
30+
"arviz-stats[xarray] @ git+https://github.com/arviz-devs/arviz-stats",
3131
]
3232

3333
[tool.flit.module]

src/arviz_plots/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Base ArviZ version."""
2-
__version__ = "0.7.0"
2+
__version__ = "0.8.0dev0"

0 commit comments

Comments
 (0)