Skip to content

Commit 1083c8c

Browse files
committed
chore: bump key versions for the upcoming 0.22.1 release
Signed-off-by: R. Tyler Croy <[email protected]>
1 parent 45a2bd2 commit 1083c8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/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 = "deltalake-core"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors.workspace = true
55
keywords.workspace = true
66
readme.workspace = true

crates/deltalake/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltalake"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors.workspace = true
55
keywords.workspace = true
66
readme.workspace = true

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 = "deltalake-python"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
authors = ["Qingping Hou <[email protected]>", "Will Jones <[email protected]>"]
55
homepage = "https://github.com/delta-io/delta-rs"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)