From 0c8ee8d546dc9c1faf8c3a9644f4b89f3ec46ec0 Mon Sep 17 00:00:00 2001 From: Kit Rodolfa Date: Tue, 8 Feb 2022 14:07:38 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.1.0=20=E2=86=92=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- src/triage/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 188c9cb0f..295d38f83 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.1.0 +current_version = 5.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index 29a309741..9e768aa86 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='5.1.0', + version='5.1.1', description="Risk modeling and prediction", long_description=README_PATH.read_text(), long_description_content_type="text/markdown", diff --git a/src/triage/__init__.py b/src/triage/__init__.py index 6679a543d..31016c810 100644 --- a/src/triage/__init__.py +++ b/src/triage/__init__.py @@ -2,7 +2,7 @@ __author__ = """Center for Data Science and Public Policy""" __email__ = "datascifellows@gmail.com" -__version__ = '5.1.0' # do not change to double-quotes, it will screw up bumpversion +__version__ = '5.1.1' # do not change to double-quotes, it will screw up bumpversion import logging import logging.config