Skip to content

Commit bf63845

Browse files
authored
bump version to 1.0 (#2542)
1 parent 9e3b594 commit bf63845

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
{name = "ArviZ team", email = "arvizdevs@gmail.com"}
1212
]
1313
classifiers = [
14-
"Development Status :: 4 - Beta",
14+
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: Science/Research",
1717
"Intended Audience :: Education",
@@ -25,9 +25,9 @@ classifiers = [
2525
]
2626
dynamic = ["version", "description"]
2727
dependencies = [
28-
"arviz_base @ git+https://github.com/arviz-devs/arviz-base",
29-
"arviz_stats[xarray] @ git+https://github.com/arviz-devs/arviz-stats",
30-
"arviz_plots @ git+https://github.com/arviz-devs/arviz-plots",
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",
3131
]
3232

3333
[tool.flit.module]

src/arviz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
info += _status
6161

6262
# define version last so it isn't overwritten by the respective attribute in the imported libraries
63-
__version__ = "1.0.0rc0"
63+
__version__ = "1.0.0"
6464

6565
info = f"Status information for ArviZ {__version__}\n\n{info}"
6666

0 commit comments

Comments
 (0)