Skip to content

Commit 22b4e4b

Browse files
authored
Update version number to 55.0.0 (#1762)
1 parent 90f8709 commit 22b4e4b

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

‎Cargo.lock‎

Lines changed: 10 additions & 10 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
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818
[workspace.package]
19-
version = "54.0.0"
19+
version = "55.0.0"
2020
homepage = "https://datafusion.apache.org/python"
2121
repository = "https://github.com/apache/datafusion-python"
2222
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
@@ -69,7 +69,7 @@ log = "0.4.29"
6969
parking_lot = "0.12"
7070
prost-types = "0.14.3" # keep in line with `datafusion-substrait`
7171
pyo3-build-config = "0.29"
72-
datafusion-python-util = { path = "crates/util", version = "54.0.0" }
72+
datafusion-python-util = { path = "crates/util", version = "55.0.0" }
7373

7474
[profile.release]
7575
lto = "thin"

0 commit comments

Comments
 (0)