mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[Release] update version to 1.11.0rc1
This commit is contained in:
parent
7d28336974
commit
4ddd71a9bf
9 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@ set -x
|
|||
|
||||
GPU=""
|
||||
BASE_IMAGE="ubuntu:focal"
|
||||
WHEEL_URL="https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.11.0rc0-cp37-cp37m-manylinux2014_x86_64.whl"
|
||||
WHEEL_URL="https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.11.0rc1-cp37-cp37m-manylinux2014_x86_64.whl"
|
||||
PYTHON_VERSION="3.7.7"
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>io.ray</groupId>
|
||||
<artifactId>ray-superpom</artifactId>
|
||||
<version>1.11.0rc0</version>
|
||||
<version>1.11.0rc1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>io.ray</groupId>
|
||||
<artifactId>ray-superpom</artifactId>
|
||||
<version>1.11.0rc0</version>
|
||||
<version>1.11.0rc1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.ray</groupId>
|
||||
<artifactId>ray-superpom</artifactId>
|
||||
<version>1.11.0rc0</version>
|
||||
<version>1.11.0rc1</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>Ray Project Parent POM</name>
|
||||
<description>An open source framework that provides a simple, universal API for building distributed applications.
|
||||
|
@ -63,7 +63,7 @@
|
|||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.version>1.11.0rc0</project.version>
|
||||
<project.version>1.11.0rc1</project.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>io.ray</groupId>
|
||||
<artifactId>ray-superpom</artifactId>
|
||||
<version>1.11.0rc0</version>
|
||||
<version>1.11.0rc1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>io.ray</groupId>
|
||||
<artifactId>ray-superpom</artifactId>
|
||||
<version>1.11.0rc0</version>
|
||||
<version>1.11.0rc1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<parent>
|
||||
<groupId>io.ray</groupId>
|
||||
<artifactId>ray-superpom</artifactId>
|
||||
<version>1.11.0rc0</version>
|
||||
<version>1.11.0rc1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ del _configure_system
|
|||
|
||||
# Replaced with the current commit when building the wheels.
|
||||
__commit__ = "{{RAY_COMMIT_SHA}}"
|
||||
__version__ = "1.11.0rc0"
|
||||
__version__ = "1.11.0rc1"
|
||||
|
||||
import ray._raylet # noqa: E402
|
||||
|
||||
|
|
|
@ -52,4 +52,4 @@ constexpr int kMessagePackOffset = 9;
|
|||
constexpr char kSetupWorkerFilename[] = "setup_worker.py";
|
||||
|
||||
/// The version of Ray
|
||||
constexpr char kRayVersion[] = "1.11.0rc0";
|
||||
constexpr char kRayVersion[] = "1.11.0rc1";
|
||||
|
|
Loading…
Add table
Reference in a new issue