diff --git a/setup.cfg b/setup.cfg index 3f6c5640a..dd425be9d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.0 +current_version = 3.1.1 commit = True tag = True diff --git a/setup.py b/setup.py index a9e925043..2f0bb0498 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='3.1.0', + version='3.1.1', description="Risk modeling and prediction", long_description=README_PATH.read_text(), author="Center for Data Science and Public Policy", diff --git a/src/triage/__init__.py b/src/triage/__init__.py index 290067e2b..31a64a05a 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__ = "__version__ = '3.1.0'" +__version__ = "__version__ = '3.1.1'" from .util.db import create_engine