We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a5a53 commit 4c2bbc8Copy full SHA for 4c2bbc8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
4
5
[tool.poetry]
6
name = "yapapi"
7
-version = "0.1.4"
+version = "0.1.5"
8
description = "Hi-Level API for Golem The Next Milestone"
9
authors = ["Przemysław K. Rekucki <[email protected]>"]
10
license = "LGPL-3.0-or-later"
yapapi/runner/vm.py
@@ -7,7 +7,7 @@
from ..props.builder import DemandBuilder
from ..props.inf import VmRequest, VmPackageFormat
-_DEFAULT_REPO_URL: Final = "http://34.244.4.185:8000"
+_DEFAULT_REPO_URL: Final = "http://3.249.139.167:8000"
11
12
13
@dataclass(frozen=True)
0 commit comments