Skip to content

Commit 4c2bbc8

Browse files
* update default repo url
* bump patch version
1 parent 24a5a53 commit 4c2bbc8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
44

55
[tool.poetry]
66
name = "yapapi"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Hi-Level API for Golem The Next Milestone"
99
authors = ["Przemysław K. Rekucki <[email protected]>"]
1010
license = "LGPL-3.0-or-later"

yapapi/runner/vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from ..props.builder import DemandBuilder
88
from ..props.inf import VmRequest, VmPackageFormat
99

10-
_DEFAULT_REPO_URL: Final = "http://34.244.4.185:8000"
10+
_DEFAULT_REPO_URL: Final = "http://3.249.139.167:8000"
1111

1212

1313
@dataclass(frozen=True)

0 commit comments

Comments
 (0)