Skip to content

Commit

Permalink
* update default repo url
Browse files Browse the repository at this point in the history
* bump patch version
  • Loading branch information
mfranciszkiewicz committed Aug 20, 2020
1 parent 24a5a53 commit 4c2bbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"

[tool.poetry]
name = "yapapi"
version = "0.1.4"
version = "0.1.5"
description = "Hi-Level API for Golem The Next Milestone"
authors = ["Przemysław K. Rekucki <przemyslaw.rekucki@golem.network>"]
license = "LGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion yapapi/runner/vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"


@dataclass(frozen=True)
Expand Down

0 comments on commit 4c2bbc8

Please sign in to comment.