From af9f67912123831824f484862de85959cbdfd725 Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Tue, 12 Oct 2021 21:31:57 +0000 Subject: [PATCH 1/2] chore: bump delphi_utils to 0.1.17 --- _delphi_utils_python/.bumpversion.cfg | 2 +- _delphi_utils_python/delphi_utils/__init__.py | 2 +- _delphi_utils_python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_delphi_utils_python/.bumpversion.cfg b/_delphi_utils_python/.bumpversion.cfg index 098e51508..adb5daeea 100644 --- a/_delphi_utils_python/.bumpversion.cfg +++ b/_delphi_utils_python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.16 +current_version = 0.1.17 commit = True message = chore: bump delphi_utils to {new_version} tag = False diff --git a/_delphi_utils_python/delphi_utils/__init__.py b/_delphi_utils_python/delphi_utils/__init__.py index e79aeef36..7492383b7 100644 --- a/_delphi_utils_python/delphi_utils/__init__.py +++ b/_delphi_utils_python/delphi_utils/__init__.py @@ -14,4 +14,4 @@ from .signal import add_prefix from .nancodes import Nans -__version__ = "0.1.16" +__version__ = "0.1.17" diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index c9e51fe84..9b3e17e5f 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -25,7 +25,7 @@ setup( name="delphi_utils", - version="0.1.16", + version="0.1.17", description="Shared Utility Functions for Indicators", long_description=long_description, long_description_content_type="text/markdown", From 3beb15d6f95345ff0b373c5315255ea74f476f5d Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Tue, 12 Oct 2021 21:31:57 +0000 Subject: [PATCH 2/2] chore: bump covidcast-indicators to 0.1.25 --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a8385e139..3eed977b9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.24 +current_version = 0.1.25 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False