diff --git a/golem-cluster-dev.yaml b/golem-cluster-dev.yaml index f9700ef5..a482360f 100644 --- a/golem-cluster-dev.yaml +++ b/golem-cluster-dev.yaml @@ -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 diff --git a/golem-cluster.yaml b/golem-cluster.yaml index 8d9b7663..4013f4a2 100644 --- a/golem-cluster.yaml +++ b/golem-cluster.yaml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 24a14ef4..fca9ab24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"