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"