diff --git a/_delphi_utils_python/delphi_utils/__init__.py b/_delphi_utils_python/delphi_utils/__init__.py index db3b9c0d8..76a106c88 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.0" +__version__ = "0.1.1" diff --git a/_delphi_utils_python/setup.py b/_delphi_utils_python/setup.py index 19e9c88ca..aefd5fa53 100644 --- a/_delphi_utils_python/setup.py +++ b/_delphi_utils_python/setup.py @@ -24,7 +24,7 @@ setup( name="delphi_utils", - version="0.1.0", + version="0.1.1", description="Shared Utility Functions for Indicators", long_description=long_description, long_description_content_type="text/markdown",