This is an automated email from the ASF dual-hosted git repository.

ryankert01 pushed a commit to branch v0.6-stable
in repository https://gitbox.apache.org/repos/asf/mahout.git

commit 53df6fc2843e234f64489b04aef540eb3aef8be9
Author: Hsien-Cheng Huang <[email protected]>
AuthorDate: Wed May 13 18:02:39 2026 +0000

    chore(release): bump versions to 0.6.0rc1 / 0.2.0-rc1
    
    Add the rc1 suffix to qumat (pyproject.toml) and the qdp workspace
    (qdp/Cargo.toml + Cargo.lock) so RC1 artifacts are named correctly
    per dev/release.md ยง1.2.
---
 pyproject.toml | 2 +-
 qdp/Cargo.lock | 6 +++---
 qdp/Cargo.toml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 0db11d1cb..62ed7e54b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@
 
 [project]
 name = "qumat"
-version = "0.6.0"
+version = "0.6.0rc1"
 description = "A library for composing quantum machine learning."
 authors = [{ name = "Apache Mahout", email = "[email protected]" }]
 license = "Apache-2.0"
diff --git a/qdp/Cargo.lock b/qdp/Cargo.lock
index 2d6f9d174..2c9e8037e 100644
--- a/qdp/Cargo.lock
+++ b/qdp/Cargo.lock
@@ -2144,7 +2144,7 @@ dependencies = [
 
 [[package]]
 name = "qdp-core"
-version = "0.2.0"
+version = "0.2.0-rc1"
 dependencies = [
  "approx",
  "arrow",
@@ -2171,7 +2171,7 @@ dependencies = [
 
 [[package]]
 name = "qdp-kernels"
-version = "0.2.0"
+version = "0.2.0-rc1"
 dependencies = [
  "cc",
  "cudarc",
@@ -2179,7 +2179,7 @@ dependencies = [
 
 [[package]]
 name = "qdp-python"
-version = "0.2.0"
+version = "0.2.0-rc1"
 dependencies = [
  "env_logger",
  "numpy",
diff --git a/qdp/Cargo.toml b/qdp/Cargo.toml
index 2b5b89552..558cb43d9 100644
--- a/qdp/Cargo.toml
+++ b/qdp/Cargo.toml
@@ -7,7 +7,7 @@ members = [
 resolver = "2"
 
 [workspace.package]
-version = "0.2.0"
+version = "0.2.0-rc1"
 edition = "2024"
 rust-version = "1.85"
 authors = ["Apache Mahout Contributors"]

Reply via email to