Skip to content

Commit cfe57bb

Browse files
committed
chore: bump version to 1.3.2
1 parent a49fffe commit cfe57bb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/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 = "amplifier-core-py"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
edition = "2021"
55
description = "PyO3 bridge for amplifier-core Rust kernel"
66
license = "MIT"

crates/amplifier-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "amplifier-core"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
edition = "2021"
55
description = "Pure Rust kernel for the Amplifier modular AI agent system"
66
license = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "amplifier-core"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "Rust kernel with Python bindings for the Amplifier modular AI agent framework"
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)