Skip to content

Commit 963e561

Browse files
zhmiaoCopilot
andcommitted
chore(sparrow-engine-python): bump 0.1.0 -> 0.1.1 to include RP-16
The TestPyPI 0.1.0 wheel (CI run 26370362760, built from f066168) predates the RP-16 sparrow_engine.visualize_audio() Python binding (PyO3 binding landed at 384ebcb on 2026-05-25, Python wrapper at b91b687). Phase D.5.6 paste-block calls the new binding, so the wheel under test must include it. Bump pinned to sparrow-engine-python (Cargo + pyproject) only. The other workspace crates (core, cpu, gpu, types, server, cli, client) are unpublished and remain at 0.1.0; no inter-crate version pins. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 57380ee commit 963e561

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

sparrow-engine/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sparrow-engine/sparrow-engine-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sparrow-engine-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "PyO3 bindings for sparrow-engine (CPU or GPU pipeline) — camera trap ML inference"
66

sparrow-engine/sparrow-engine-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ build-backend = "maturin"
2626

2727
[project]
2828
name = "sparrow-engine"
29-
version = "0.1.0"
29+
version = "0.1.1"
3030
description = "Camera-trap ML inference engine — Python bindings (sparrow-engine CPU pipeline)"
3131
requires-python = ">=3.11"
3232
# Floor bumped 3.10 → 3.11 (2026-05-07): onnxruntime / onnxruntime-gpu

0 commit comments

Comments
 (0)