Skip to content

Commit 4005f63

Browse files
authored
bump release 0.7.0 (#366)
1 parent 304d2bd commit 4005f63

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 @ git+https://github.com/arviz-devs/arviz-base",
30-
"arviz-stats[xarray] @ git+https://github.com/arviz-devs/arviz-stats",
29+
"arviz-base >=0.7.0",
30+
"arviz-stats[xarray] >=0.7.0",
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.dev0"
2+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)