We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bfd79 commit 8bc0a2eCopy full SHA for 8bc0a2e
2 files changed
pyproject.toml
@@ -25,9 +25,9 @@ classifiers = [
25
]
26
dynamic = ["version", "description"]
27
dependencies = [
28
- "arviz_base>=1.0.0,<1.1.0",
29
- "arviz_stats[xarray]>=1.0.0,<1.1.0",
30
- "arviz_plots>=1.0.0,<1.1.0",
+ "arviz_base>=1.1.0,<1.2.0",
+ "arviz_stats[xarray]>=1.1.0,<1.2.0",
+ "arviz_plots>=1.1.0,<1.2.0",
31
32
33
[tool.flit.module]
src/arviz/__init__.py
@@ -78,7 +78,7 @@ class MigrationError(RuntimeError):
78
info += _status
79
80
# define version last so it isn't overwritten by the respective attribute in the imported libraries
81
-__version__ = "1.0.0"
+__version__ = "1.1.0"
82
83
info = f"Status information for ArviZ {__version__}\n\n{info}"
84
0 commit comments