This is an automated email from the ASF dual-hosted git repository.
guan404ming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 8f58acc27 chore: bump versions to 0.7.0.dev0 / 0.3.0-dev (#1362)
8f58acc27 is described below
commit 8f58acc2767c9a61e903b00f1e50425c453d9d22
Author: Ryan Huang <[email protected]>
AuthorDate: Mon Jun 1 12:50:35 2026 +0800
chore: bump versions to 0.7.0.dev0 / 0.3.0-dev (#1362)
Post-release version bump on main following the 0.6.0 / 0.2.0 release.
PEP 440 .dev0 / Cargo -dev prerelease so the next 0.7.0rcN tags sort
above main while keeping the next release line clear.
---
pyproject.toml | 2 +-
qdp/Cargo.lock | 6 +++---
qdp/Cargo.toml | 2 +-
uv.lock | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 0db11d1cb..f69b81502 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,7 +15,7 @@
[project]
name = "qumat"
-version = "0.6.0"
+version = "0.7.0.dev0"
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..985f1c2c4 100644
--- a/qdp/Cargo.lock
+++ b/qdp/Cargo.lock
@@ -2144,7 +2144,7 @@ dependencies = [
[[package]]
name = "qdp-core"
-version = "0.2.0"
+version = "0.3.0-dev"
dependencies = [
"approx",
"arrow",
@@ -2171,7 +2171,7 @@ dependencies = [
[[package]]
name = "qdp-kernels"
-version = "0.2.0"
+version = "0.3.0-dev"
dependencies = [
"cc",
"cudarc",
@@ -2179,7 +2179,7 @@ dependencies = [
[[package]]
name = "qdp-python"
-version = "0.2.0"
+version = "0.3.0-dev"
dependencies = [
"env_logger",
"numpy",
diff --git a/qdp/Cargo.toml b/qdp/Cargo.toml
index 2b5b89552..2844009bb 100644
--- a/qdp/Cargo.toml
+++ b/qdp/Cargo.toml
@@ -7,7 +7,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.2.0"
+version = "0.3.0-dev"
edition = "2024"
rust-version = "1.85"
authors = ["Apache Mahout Contributors"]
diff --git a/uv.lock b/uv.lock
index 0626a8175..4dbdeacb7 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2015,7 +2015,7 @@ wheels = [
[[package]]
name = "qumat"
-version = "0.6.0"
+version = "0.7.0.dev0"
source = { editable = "." }
dependencies = [
{ name = "amazon-braket-sdk" },