We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015e20e commit ac2ca42Copy full SHA for ac2ca42
_delphi_utils_python/delphi_utils/__init__.py
@@ -14,4 +14,4 @@
14
from .signal import add_prefix
15
from .nancodes import Nans
16
17
-__version__ = "0.1.0"
+__version__ = "0.1.1"
_delphi_utils_python/setup.py
@@ -24,7 +24,7 @@
24
25
setup(
26
name="delphi_utils",
27
- version="0.1.0",
+ version="0.1.1",
28
description="Shared Utility Functions for Indicators",
29
long_description=long_description,
30
long_description_content_type="text/markdown",
0 commit comments