From ac2ca427cfd6602fa2e4b7dc11f904b1e97f6dd3 Mon Sep 17 00:00:00 2001 From: Kathryn M Mazaitis Date: Mon, 10 May 2021 11:27:26 -0400 Subject: [PATCH] Bump utils version for updated nancodes --- _delphi_utils_python/delphi_utils/__init__.py | 2 +- _delphi_utils_python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",