Skip to content

Commit 8d78a9c

Browse files
chore: bump version to 0.1.15
1 parent bbc1863 commit 8d78a9c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.14
2+
current_version = 0.1.15
33
commit = true
44
tag = false
55
message = chore: bump version to {new_version}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syftbox-sdk"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Reusable SyftBox client, storage, and RPC helpers"

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 = "syftbox-sdk-py"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
publish = false
66

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-sdk"
7-
version = "0.1.14"
7+
version = "0.1.15"
88
description = "Python bindings for the syftbox-sdk Rust library"
99
requires-python = ">=3.8,<3.14"
1010
authors = [{ name = "OpenMined" }]

0 commit comments

Comments
 (0)