diff --git a/golem-cluster.yaml b/golem-cluster.yaml index 4bfa3d82..864fb406 100644 --- a/golem-cluster.yaml +++ b/golem-cluster.yaml @@ -28,7 +28,7 @@ provider: node_config: # 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.1.0-py3.10.13-ray2.3.1" + image_tag: "golem/ray-on-golem:0.1.1-py3.10.13-ray2.3.1" capabilities: ["vpn", "inet", "manifest-support"] min_mem_gib: 0 diff --git a/pyproject.toml b/pyproject.toml index c57e0ae8..cbaae0c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ray-on-golem" -version = "0.1.1-alpha.0" +version = "0.1.1" description = "Golem Network integration with Ray" authors = ["Golem Factory "] readme = "README.md"