Skip to content

Commit 8bc0a2e

Browse files
committed
Prepare release 1.1
1 parent 59bfd79 commit 8bc0a2e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ classifiers = [
2525
]
2626
dynamic = ["version", "description"]
2727
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",
28+
"arviz_base>=1.1.0,<1.2.0",
29+
"arviz_stats[xarray]>=1.1.0,<1.2.0",
30+
"arviz_plots>=1.1.0,<1.2.0",
3131
]
3232

3333
[tool.flit.module]

src/arviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class MigrationError(RuntimeError):
7878
info += _status
7979

8080
# define version last so it isn't overwritten by the respective attribute in the imported libraries
81-
__version__ = "1.0.0"
81+
__version__ = "1.1.0"
8282

8383
info = f"Status information for ArviZ {__version__}\n\n{info}"
8484

0 commit comments

Comments
 (0)