diff --git a/setup.cfg b/setup.cfg index fa60ac993..a95102222 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.2.0 +current_version = 5.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index 6ac63082e..f2ed43f6c 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='5.2.0', + version='5.2.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 f90b5da17..7617d8c14 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.2.0' # do not change to double-quotes, it will screw up bumpversion +__version__ = '5.2.1' # do not change to double-quotes, it will screw up bumpversion import logging import logging.config