Skip to content

Commit ab78fa2

Browse files
authored
[PATCH] Merge pull request #31 from digma-ai/_bumputility_package
bump utility package
2 parents 11773df + a3a9eeb commit ab78fa2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.bumpversion.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ tag_message =
1414
[bumpversion:file:src/opentelemetry/instrumentation/digma/version.py]
1515
search = __version__ = '{current_version}'
1616
replace = __version__ = '{new_version}'
17+
18+
[bumpversion:file:utility_packages/src/digma/instrumentation/test_tools/version.py]
19+
search = __version__ = '{current_version}'
20+
replace = __version__ = '{new_version}'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.12'
1+
__version__ = '0.5.13'

0 commit comments

Comments
 (0)