Skip to content

Commit bac8f38

Browse files
committed
Bumped version of the gobbler binary.
1 parent 3f603c3 commit bac8f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pygobbler/start_gobbler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def start_gobbler(
1414
registry: Optional[str] = None,
1515
port: Optional[int] = None,
1616
wait: float = 1,
17-
version: str = "0.4.0",
17+
version: str = "0.4.1",
1818
overwrite: bool = False) -> Tuple[bool, str, str, str]:
1919
"""
2020
Start a test Gobbler service.

0 commit comments

Comments
 (0)