Skip to content

Commit be1b829

Browse files
authored
Merge pull request #1240 from cmu-delphi/release/indicators_v0.1.15_utils_v0.1.12
Release covidcast-indicators 0.1.15
2 parents 5f7a08f + 6a07e6f commit be1b829

File tree

10 files changed

+214
-269
lines changed

10 files changed

+214
-269
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.14
2+
current_version = 0.1.15
33
commit = True
44
message = chore: bump covidcast-indicators to {new_version}
55
tag = False

_delphi_utils_python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.11
2+
current_version = 0.1.12
33
commit = True
44
message = chore: bump delphi_utils to {new_version}
55
tag = False

_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.11"
17+
__version__ = "0.1.12"

0 commit comments

Comments
 (0)