Skip to content

Commit 4c4e924

Browse files
committed
Bump to version 5.5.2
1 parent b020c6a commit 4c4e924

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0
2+
current_version = 5.5.1
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
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.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",

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.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

77
import logging
88
import logging.config

0 commit comments

Comments
 (0)