[Release] update version to 1.11.0rc1

This commit is contained in:
Mingwei Tian 2022-02-15 15:27:12 -08:00
parent 7d28336974
commit 4ddd71a9bf
No known key found for this signature in database
GPG key ID: 0BE002D6A9F508EB
9 changed files with 10 additions and 10 deletions

View file

@ -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"

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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

View file

@ -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";