From 18238ea80e76e48e86ad2fa071716c14520c0313 Mon Sep 17 00:00:00 2001 From: Kit Rodolfa Date: Thu, 22 Apr 2021 10:46:06 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=204.2.0=20=E2=86=92=204.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 ++- setup.py | 2 +- src/triage/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8e0f0805e..a00651f98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.2.0 +current_version = 4.3.0 commit = True tag = True @@ -20,3 +20,4 @@ exclude = docs [pycodestyle] max-line-length = 88 statistics = True + diff --git a/setup.py b/setup.py index 68f4d91ea..cde6ead1a 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def stream_requirements(fd): setup( name='triage', - version='4.2.0', + version='4.3.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 3d433c402..eec85f979 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.2.0' # do not change to double-quotes, it will screw up bumpversion +__version__ = '4.3.0' # do not change to double-quotes, it will screw up bumpversion import logging import logging.config