Skip to content

Commit 0c5de60

Browse files
authored
Merge pull request #1047 from cmu-delphi/main
Deploy delphi_utils version bump to prod
2 parents 5a3ef73 + 33c7a42 commit 0c5de60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_delphi_utils_python/delphi_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from .signal import add_prefix
1515
from .nancodes import Nans
1616

17-
__version__ = "0.1.0"
17+
__version__ = "0.1.1"

_delphi_utils_python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
setup(
2626
name="delphi_utils",
27-
version="0.1.0",
27+
version="0.1.1",
2828
description="Shared Utility Functions for Indicators",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)