From edf853d2c6145a0d61f2176bc05231821d09b005 Mon Sep 17 00:00:00 2001 From: Liliana Millan Date: Thu, 1 Feb 2024 17:18:09 +0000 Subject: [PATCH] Bumpt version 5.3.0 -> 5.3.1 --- 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 8256d59df..ee5b42653 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.2.3 +current_version = 5.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index da256ccb9..2d299a510 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='5.3.0', + version='5.3.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 d7c9b5b70..7b0bb078b 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.0' # do not change to double-quotes, it will screw up bumpversion +__version__ = '5.3.1' # do not change to double-quotes, it will screw up bumpversion import logging import logging.config