From f54e61ff636640c42c4b0e839affaacf7f00ca8a Mon Sep 17 00:00:00 2001 From: Ondrej Perutka Date: Wed, 4 May 2022 12:03:12 +0200 Subject: [PATCH] Version bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae95c97..6d694a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "arrow-client" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bytes", "cc", diff --git a/Cargo.toml b/Cargo.toml index 7e80d6a..e31f7b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arrow-client" -version = "0.10.0" +version = "0.10.1" authors = ["Ondrej Perutka "] license = "Apache-2.0" readme = "README.md"