From ebaf58e866e88820880e6182dd389dbb5920321b Mon Sep 17 00:00:00 2001 From: Adam Binford Date: Sat, 28 Sep 2024 12:26:33 -0400 Subject: [PATCH] Bump version to 0.10.1 (#140) --- Cargo.lock | 4 ++-- python/Cargo.toml | 2 +- rust/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5931daf..364e03a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hdfs-native" -version = "0.10.0" +version = "0.10.1" dependencies = [ "aes", "base64", @@ -740,7 +740,7 @@ dependencies = [ [[package]] name = "hdfs-native-python" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bytes", "env_logger", diff --git a/python/Cargo.toml b/python/Cargo.toml index 7f40f4e..627c502 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native-python" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 3d18459..dcb0374 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native"