Skip to content

Commit fabb6cb

Browse files
committed
bump to version 5.5.5
1 parent 74ff64c commit fabb6cb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.5.3
2+
current_version = 5.5.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def stream_requirements(fd):
4444

4545
setup(
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
],

src/triage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Center for Data Science and Public Policy"""
44
__email__ = "[email protected]"
5-
__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

77
import logging
88
import logging.config

0 commit comments

Comments
 (0)