From f15b86a15484663e948255a5b2251f1c41a38595 Mon Sep 17 00:00:00 2001 From: Kit Rodolfa Date: Fri, 27 Aug 2021 00:10:42 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.4.0=20=E2=86=92=205.0.0?= 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 095ab40b9..5757feec2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.4.0 +current_version = 5.0.0 commit = True tag = True diff --git a/setup.py b/setup.py index e2b7813ec..bed11f6c5 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='4.4.0', + version='5.0.0', 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 ccdd8de2e..024e1370c 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__ = '4.4.0' # do not change to double-quotes, it will screw up bumpversion +__version__ = '5.0.0' # do not change to double-quotes, it will screw up bumpversion import logging import logging.config