We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce0d5f8 commit 42df16aCopy full SHA for 42df16a
setup.py
@@ -44,7 +44,7 @@ def stream_requirements(fd):
44
45
setup(
46
name='triage',
47
- version='5.4.0',
+ version='5.5.0',
48
description="Risk modeling and prediction",
49
long_description=README_PATH.read_text(),
50
long_description_content_type="text/markdown",
src/triage/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Center for Data Science and Public Policy"""
4
__email__ = "datascifellows@gmail.com"
5
-__version__ = '5.4.0' # do not change to double-quotes, it will screw up bumpversion
+__version__ = '5.5.0' # do not change to double-quotes, it will screw up bumpversion
6
7
import logging
8
import logging.config
0 commit comments