File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ matplotlib==3.5.1
2828seaborn==0.11.2
2929ohio==0.5.0
3030aequitas==0.42.0
31- plotly==6.0.1
31+ plotly==5.24.0
3232jupyter==1.0.0
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.5.1
2+ current_version = 5.5.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def stream_requirements(fd):
4444
4545setup (
4646 name = 'triage' ,
47- version = '5.5.2 ' ,
47+ version = '5.5.3 ' ,
4848 description = "Risk modeling and prediction" ,
4949 long_description = README_PATH .read_text (),
5050 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 22
33__author__ = """Center for Data Science and Public Policy"""
445- __version__ = '5.5.2 ' # do not change to double-quotes, it will screw up bumpversion
5+ __version__ = '5.5.3 ' # do not change to double-quotes, it will screw up bumpversion
66
77import logging
88import logging .config
You can’t perform that action at this time.
0 commit comments