We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f603c3 commit bac8f38Copy full SHA for bac8f38
src/pygobbler/start_gobbler.py
@@ -14,7 +14,7 @@ def start_gobbler(
14
registry: Optional[str] = None,
15
port: Optional[int] = None,
16
wait: float = 1,
17
- version: str = "0.4.0",
+ version: str = "0.4.1",
18
overwrite: bool = False) -> Tuple[bool, str, str, str]:
19
"""
20
Start a test Gobbler service.
0 commit comments