File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ authors = [
1111 {name = " ArviZ team" , email = " arvizdevs@gmail.com" }
1212]
1313classifiers = [
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]
2626dynamic = [" version" , " description" ]
2727dependencies = [
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 ]
Original file line number Diff line number Diff line change 6060info += _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
6565info = f"Status information for ArviZ { __version__ } \n \n { info } "
6666
You can’t perform that action at this time.
0 commit comments