File tree 9 files changed +10
-10
lines changed
9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
GLOBAL_CONFIG_FILE = (
19
19
os .environ .get ("RAYCI_GLOBAL_CONFIG" ) or "ci/ray_ci/oss_config.yaml"
20
20
)
21
- RAY_VERSION = "3.0.0.dev0 "
21
+ RAY_VERSION = "2.43.0 "
22
22
23
23
24
24
def ci_init () -> None :
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.ray</groupId >
8
8
<artifactId >ray-superpom</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.43.0 </version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.ray</groupId >
8
8
<artifactId >ray-superpom</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.43.0 </version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.ray</groupId >
7
7
<artifactId >ray-superpom</artifactId >
8
- <version >2.0.0-SNAPSHOT </version >
8
+ <version >2.43.0 </version >
9
9
<packaging >pom</packaging >
10
10
<name >Ray Project Parent POM</name >
11
11
<description >An open source framework that provides a simple, universal API for building distributed applications.
63
63
<properties >
64
64
<java .version>1.8</java .version>
65
65
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
66
- <project .version>2.0.0-SNAPSHOT </project .version>
66
+ <project .version>2.43.0 </project .version>
67
67
</properties >
68
68
69
69
<dependencyManagement >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.ray</groupId >
8
8
<artifactId >ray-superpom</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.43.0 </version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.ray</groupId >
8
8
<artifactId >ray-superpom</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.43.0 </version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.ray</groupId >
8
8
<artifactId >ray-superpom</artifactId >
9
- <version >2.0.0-SNAPSHOT </version >
9
+ <version >2.43.0 </version >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
Original file line number Diff line number Diff line change 1
1
# Replaced with the current commit when building the wheels.
2
2
commit = "{{RAY_COMMIT_SHA}}"
3
- version = "3.0.0.dev0 "
3
+ version = "2.43.0 "
4
4
5
5
if __name__ == "__main__" :
6
6
print ("%s %s" % (version , commit ))
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ constexpr int kMessagePackOffset = 9;
64
64
constexpr char kSetupWorkerFilename [] = " setup_worker.py" ;
65
65
66
66
// / The version of Ray
67
- constexpr char kRayVersion [] = " 3.0.0.dev0 " ;
67
+ constexpr char kRayVersion [] = " 2.43.0 " ;
68
68
69
69
/* ****************************/
70
70
/* ENV labels for autoscaler */
You can’t perform that action at this time.
0 commit comments