Skip to content

Commit fbea608

Browse files
chore: bump version to 0.1.0-beta.1 [skip ci]
1 parent f9b4da6 commit fbea608

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["protocol", "cli", "bindings/python"]
44
default-members = ["protocol"] # Build only protocol by default
55

66
[workspace.package]
7-
version = "0.1.0-beta.0"
7+
version = "0.1.0-beta.1"
88
edition = "2024"
99
authors = [
1010
"Khoa Nguyen <khoa@openmined.org>",
@@ -27,7 +27,7 @@ unexpected_cfgs = { level = "warn", check-cfg = [
2727
] }
2828

2929
[workspace.dependencies]
30-
syftbox-crypto-protocol = { path = "protocol", version = "0.1.0-beta.0" }
30+
syftbox-crypto-protocol = { path = "protocol", version = "0.1.0-beta.1" }
3131
# Core cryptographic dependencies
3232
ed25519-dalek = { version = "2", features = ["std", "zeroize"] }
3333
x25519-dalek = { version = "2", features = ["static_secrets", "zeroize"] }

bindings/python/pyproject.toml

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

55
[project]
66
name = "syftbox-crypto-python"
7-
version = "0.1.0b0"
7+
version = "0.1.0b1"
88
description = "Python bindings for the Syft crypto protocol"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)