From 21aebd59b3948c17f36134f90e0bd11d78aaf21c Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Wed, 2 Feb 2022 15:24:08 +0000 Subject: [PATCH 1/2] chore: bump delphi_utils to 0.3.0 --- _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 2d63919ca..8ce49f20b 100644 --- a/_delphi_utils_python/.bumpversion.cfg +++ b/_delphi_utils_python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.11 +current_version = 0.3.0 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 2475e9ac4..898e40e4b 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.11" +__version__ = "0.3.0" diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index 5cde1e57a..779ef0fd4 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -26,7 +26,7 @@ setup( name="delphi_utils", - version="0.2.11", + version="0.3.0", description="Shared Utility Functions for Indicators", long_description=long_description, long_description_content_type="text/markdown", From 806aa43b2265cf0b90224d7907063ed69a0e27c4 Mon Sep 17 00:00:00 2001 From: Delphi Deploy Bot Date: Wed, 2 Feb 2022 15:24:08 +0000 Subject: [PATCH 2/2] chore: bump covidcast-indicators to 0.3.0 --- .bumpversion.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5a589e53a..a3af113e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.25 +current_version = 0.3.0 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False