diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3eed977b9..88bb2e52c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.25 +current_version = 0.2.0 commit = True message = chore: bump covidcast-indicators to {new_version} tag = False diff --git a/_delphi_utils_python/.bumpversion.cfg b/_delphi_utils_python/.bumpversion.cfg index adb5daeea..6344dd87c 100644 --- a/_delphi_utils_python/.bumpversion.cfg +++ b/_delphi_utils_python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.17 +current_version = 0.2.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 7492383b7..961cc40d1 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.17" +__version__ = "0.2.0" diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index 9b3e17e5f..bd2e48015 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -25,7 +25,7 @@ setup( name="delphi_utils", - version="0.1.17", + version="0.2.0", description="Shared Utility Functions for Indicators", long_description=long_description, long_description_content_type="text/markdown",