Skip to content

Commit 528192e

Browse files
committedSep 27, 2024·
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

+1-1
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

+1-1
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

+1-1
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 <dave2008713@gmail.com>", "Will Jones <willjones127@gmail.com>"]
55
homepage = "https://github.com/delta-io/delta-rs"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)