From 0093dcf288c5f8e8dece3f8ab538ec1f31c79157 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies Date: Wed, 4 Jan 2023 19:32:56 +0000 Subject: [PATCH] Update version --- arrow-arith/Cargo.toml | 2 +- arrow-array/Cargo.toml | 2 +- arrow-buffer/Cargo.toml | 2 +- arrow-cast/Cargo.toml | 2 +- arrow-csv/Cargo.toml | 2 +- arrow-data/Cargo.toml | 2 +- arrow-flight/Cargo.toml | 2 +- arrow-integration-test/Cargo.toml | 2 +- arrow-integration-testing/Cargo.toml | 2 +- arrow-ipc/Cargo.toml | 2 +- arrow-json/Cargo.toml | 2 +- arrow-ord/Cargo.toml | 2 +- arrow-pyarrow-integration-testing/Cargo.toml | 2 +- arrow-row/Cargo.toml | 2 +- arrow-schema/Cargo.toml | 2 +- arrow-select/Cargo.toml | 2 +- arrow-string/Cargo.toml | 2 +- arrow/Cargo.toml | 2 +- parquet/Cargo.toml | 2 +- parquet_derive/Cargo.toml | 2 +- parquet_derive_test/Cargo.toml | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/arrow-arith/Cargo.toml b/arrow-arith/Cargo.toml index 0da34ea15bb0..b2e9de1599c4 100644 --- a/arrow-arith/Cargo.toml +++ b/arrow-arith/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-arith" -version = "30.0.0" +version = "30.0.1" description = "Arrow arithmetic kernels" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml index 06a84cad4e7a..2159a971df07 100644 --- a/arrow-array/Cargo.toml +++ b/arrow-array/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-array" -version = "30.0.0" +version = "30.0.1" description = "Array abstractions for Apache Arrow" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-buffer/Cargo.toml b/arrow-buffer/Cargo.toml index 2df41b537f5f..6e3848df99e7 100644 --- a/arrow-buffer/Cargo.toml +++ b/arrow-buffer/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-buffer" -version = "30.0.0" +version = "30.0.1" description = "Buffer abstractions for Apache Arrow" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-cast/Cargo.toml b/arrow-cast/Cargo.toml index c94a5b77a045..20026c6ace52 100644 --- a/arrow-cast/Cargo.toml +++ b/arrow-cast/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-cast" -version = "30.0.0" +version = "30.0.1" description = "Cast kernel and utilities for Apache Arrow" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-csv/Cargo.toml b/arrow-csv/Cargo.toml index 0b6e6035c0b5..b9de1ccca4b8 100644 --- a/arrow-csv/Cargo.toml +++ b/arrow-csv/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-csv" -version = "30.0.0" +version = "30.0.1" description = "Support for parsing CSV format into the Arrow format" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-data/Cargo.toml b/arrow-data/Cargo.toml index 9df8bd0b1027..536ad2fd8713 100644 --- a/arrow-data/Cargo.toml +++ b/arrow-data/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-data" -version = "30.0.0" +version = "30.0.1" description = "Array data abstractions for Apache Arrow" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index 4fc0e0d91435..62d529afb338 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "arrow-flight" description = "Apache Arrow Flight" -version = "30.0.0" +version = "30.0.1" edition = "2021" rust-version = "1.62" authors = ["Apache Arrow "] diff --git a/arrow-integration-test/Cargo.toml b/arrow-integration-test/Cargo.toml index df28ffce5d4a..77bf1ed7a1bc 100644 --- a/arrow-integration-test/Cargo.toml +++ b/arrow-integration-test/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-integration-test" -version = "30.0.0" +version = "30.0.1" description = "Support for the Apache Arrow JSON test data format" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-integration-testing/Cargo.toml b/arrow-integration-testing/Cargo.toml index 045931867726..4d8e03f78422 100644 --- a/arrow-integration-testing/Cargo.toml +++ b/arrow-integration-testing/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "arrow-integration-testing" description = "Binaries used in the Arrow integration tests (NOT PUBLISHED TO crates.io)" -version = "30.0.0" +version = "30.0.1" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] diff --git a/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml index 31ae90929a7e..ddbbc4be4d65 100644 --- a/arrow-ipc/Cargo.toml +++ b/arrow-ipc/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-ipc" -version = "30.0.0" +version = "30.0.1" description = "Support for the Arrow IPC format" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-json/Cargo.toml b/arrow-json/Cargo.toml index 88323105d0fe..507b5d661352 100644 --- a/arrow-json/Cargo.toml +++ b/arrow-json/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-json" -version = "30.0.0" +version = "30.0.1" description = "Support for parsing JSON format into the Arrow format" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-ord/Cargo.toml b/arrow-ord/Cargo.toml index 3a2096ea5651..00f5dca7cc91 100644 --- a/arrow-ord/Cargo.toml +++ b/arrow-ord/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-ord" -version = "30.0.0" +version = "30.0.1" description = "Ordering kernels for arrow arrays" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-pyarrow-integration-testing/Cargo.toml b/arrow-pyarrow-integration-testing/Cargo.toml index 9a1daad36849..10384b02fbd9 100644 --- a/arrow-pyarrow-integration-testing/Cargo.toml +++ b/arrow-pyarrow-integration-testing/Cargo.toml @@ -18,7 +18,7 @@ [package] name = "arrow-pyarrow-integration-testing" description = "" -version = "30.0.0" +version = "30.0.1" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" authors = ["Apache Arrow "] diff --git a/arrow-row/Cargo.toml b/arrow-row/Cargo.toml index 99b1eb150720..9e90f94128b2 100644 --- a/arrow-row/Cargo.toml +++ b/arrow-row/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-row" -version = "30.0.0" +version = "30.0.1" description = "Arrow row format" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-schema/Cargo.toml b/arrow-schema/Cargo.toml index d6fddd1e0916..d94684438004 100644 --- a/arrow-schema/Cargo.toml +++ b/arrow-schema/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-schema" -version = "30.0.0" +version = "30.0.1" description = "Defines the logical types for arrow arrays" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-select/Cargo.toml b/arrow-select/Cargo.toml index a609f72a69c0..370859c1ab62 100644 --- a/arrow-select/Cargo.toml +++ b/arrow-select/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-select" -version = "30.0.0" +version = "30.0.1" description = "Selection kernels for arrow arrays" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow-string/Cargo.toml b/arrow-string/Cargo.toml index c6cc2f2a32dc..43edc54240b8 100644 --- a/arrow-string/Cargo.toml +++ b/arrow-string/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow-string" -version = "30.0.0" +version = "30.0.1" description = "String kernels for arrow arrays" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 202b4c4f40f6..561e53777f40 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "arrow" -version = "30.0.0" +version = "30.0.1" description = "Rust implementation of Apache Arrow" homepage = "https://github.com/apache/arrow-rs" repository = "https://github.com/apache/arrow-rs" diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 6ee83a2c43de..ee306b20fa5b 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "parquet" -version = "30.0.0" +version = "30.0.1" license = "Apache-2.0" description = "Apache Parquet implementation in Rust" homepage = "https://github.com/apache/arrow-rs" diff --git a/parquet_derive/Cargo.toml b/parquet_derive/Cargo.toml index a22503bcf295..6e0ff6bf5475 100644 --- a/parquet_derive/Cargo.toml +++ b/parquet_derive/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "parquet_derive" -version = "30.0.0" +version = "30.0.1" license = "Apache-2.0" description = "Derive macros for the Rust implementation of Apache Parquet" homepage = "https://github.com/apache/arrow-rs" diff --git a/parquet_derive_test/Cargo.toml b/parquet_derive_test/Cargo.toml index 59cfef593899..7bef547b342c 100644 --- a/parquet_derive_test/Cargo.toml +++ b/parquet_derive_test/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "parquet_derive_test" -version = "30.0.0" +version = "30.0.1" license = "Apache-2.0" description = "Integration test package for parquet-derive" homepage = "https://github.com/apache/arrow-rs"