From 494fab4bf40dc3670b6d6506f325112bd16dcf65 Mon Sep 17 00:00:00 2001 From: liliana Date: Wed, 16 Oct 2024 16:55:36 +0000 Subject: [PATCH] Bump 5.3.2 -> 5.3.3 --- 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 e296f58aa..a37e6c008 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.3.1 +current_version = 5.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index 48cb7e587..807721ff2 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='5.3.2', + version='5.3.3', 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 5bb185c8d..bfbef7b5a 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.3.2' # do not change to double-quotes, it will screw up bumpversion +__version__ = '5.3.3' # do not change to double-quotes, it will screw up bumpversion import logging import logging.config