Skip to content

Commit

Permalink
Release 0.11.0a2 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucekdudek authored Jun 6, 2024
1 parent dc80425 commit b16dfc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion golem-cluster.override.2-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ provider:
parameters:
node_config:
demand:
image_tag: "blueshade/ray-on-golem:0.11.0a1-py3.10.13-ray2.9.3"
image_tag: "blueshade/ray-on-golem:0.11.0a2-py3.10.13-ray2.9.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ray-on-golem"
version = "0.11.0a1"
version = "0.11.0a2"
description = "Golem Network integration with Ray"
authors = ["Golem Factory <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ ray = {version = "~2.9.3", extras = ["default"]}
#golem-core = {path = "../golem-core-python", develop = true}
# golem-core = {git = "https://github.com/golemfactory/golem-core-python.git", branch = "main"}
# golem-core = {version = "^0.7.0", source = "test-pypi"}
golem-core = "^0.7.1"
golem-core = "^0.7.3"
aiohttp = "^3"
requests = "^2"
click = "^8"
Expand Down

0 comments on commit b16dfc1

Please sign in to comment.