Skip to content

Commit 3d9239b

Browse files
authored
Merge pull request #1235 from cmu-delphi/bot/sync-prod-main
chore: sync prod->main
2 parents 7ddbd48 + 5f7a08f commit 3d9239b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.13
2+
current_version = 0.1.14
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.10
2+
current_version = 0.1.11
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.10"
17+
__version__ = "0.1.11"

_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.10",
27+
version="0.1.11",
2828
description="Shared Utility Functions for Indicators",
2929
long_description=long_description,
3030
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)