Skip to content

Commit 528192e

Browse files
committed
chore: bump the patch version for a 0.20.1 release
1 parent fa344f7 commit 528192e

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.20.0"
3+
version = "0.20.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.20.0"
3+
version = "0.20.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.20.0"
3+
version = "0.20.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)