File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.5.3
2+ current_version = 5.5.4
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.4 ' ,
47+ version = '5.5.5 ' ,
4848 description = "Risk modeling and prediction" ,
4949 long_description = README_PATH .read_text (),
5050 long_description_content_type = "text/markdown" ,
@@ -73,7 +73,6 @@ def stream_requirements(fd):
7373 "License :: OSI Approved :: MIT License" ,
7474 "Natural Language :: English" ,
7575 "Programming Language :: Python :: 3" ,
76- "Programming Language :: Python :: 3.8" ,
7776 "Programming Language :: Python :: 3.9" ,
7877 "Programming Language :: Python :: 3.10" ,
7978 ],
Original file line number Diff line number Diff line change 22
33__author__ = """Center for Data Science and Public Policy"""
445- __version__ = '5.5.4 ' # do not change to double-quotes, it will screw up bumpversion
5+ __version__ = '5.5.5 ' # 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