File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.5.0
2+ current_version = 5.5.1
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.1 ' ,
47+ version = '5.5.2 ' ,
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.1 ' # do not change to double-quotes, it will screw up bumpversion
5+ __version__ = '5.5.2 ' # 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