Skip to content

Commit

Permalink
Merge pull request #104 from golemfactory/release/0.2.1
Browse files Browse the repository at this point in the history
release 0.2.1
  • Loading branch information
shadeofblue authored Nov 2, 2023
2 parents 1d63b3a + f71c059 commit 2df5bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion golem-cluster-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ provider:
demand:
# if not provided, image_tag will be autodetected based on currently used python and ray versions
# check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "blueshade/ray-on-golem:0.2.0-py3.10.13-ray2.7.1"
image_tag: "blueshade/ray-on-golem:0.2.1-py3.10.13-ray2.7.1"
capabilities: ["vpn", "inet", "manifest-support"]
min_mem_gib: 0
min_cpu_threads: 0
Expand Down
2 changes: 1 addition & 1 deletion golem-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ provider:
demand:
# if not provided, image_tag will be autodetected based on currently used python and ray versions
# check available versions at https://registry.golem.network/explore/golem/ray-on-golem
image_tag: "golem/ray-on-golem:0.2.0-py3.10.13-ray2.7.1"
image_tag: "golem/ray-on-golem:0.2.1-py3.10.13-ray2.7.1"
capabilities: ["vpn", "inet", "manifest-support"]
min_mem_gib: 0
min_cpu_threads: 0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ray-on-golem"
version = "0.2.0"
version = "0.2.1"
description = "Golem Network integration with Ray"
authors = ["Golem Factory <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2df5bf2

Please sign in to comment.