From e5ad85c7ec565dedb22f8e84545cecb71f347bc6 Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Wed, 27 Oct 2021 20:04:09 +0000 Subject: [PATCH 1/2] chore: bump delphi_utils to 0.2.3 --- _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 88b7912a6..584229154 100644 --- a/_delphi_utils_python/.bumpversion.cfg +++ b/_delphi_utils_python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 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 fb7d078b1..24c16957d 100644 --- a/_delphi_utils_python/delphi_utils/__init__.py +++ b/_delphi_utils_python/delphi_utils/__init__.py @@ -15,4 +15,4 @@ from .nancodes import Nans from .weekday import Weekday -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index 40283757c..a92fd1073 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -26,7 +26,7 @@ setup( name="delphi_utils", - version="0.2.2", + version="0.2.3", description="Shared Utility Functions for Indicators", long_description=long_description, long_description_content_type="text/markdown", From 4437763fc03df768d0edcfcfa4a9567edcb61fdf Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Wed, 27 Oct 2021 20:04:10 +0000 Subject: [PATCH 2/2] chore: bump covidcast-indicators to 0.2.3 --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fd2ffecb8..2a6cb7cb5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False