diff --git a/Cargo.lock b/Cargo.lock index da6f05c..12cfbcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,7 +682,7 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" [[package]] name = "hdfs-native" -version = "0.9.4" +version = "0.10.0" dependencies = [ "aes", "base64", @@ -727,7 +727,7 @@ dependencies = [ [[package]] name = "hdfs-native-python" -version = "0.9.4" +version = "0.10.0" dependencies = [ "bytes", "env_logger", diff --git a/python/Cargo.toml b/python/Cargo.toml index 0d111e1..7f40f4e 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native-python" -version = "0.9.4" +version = "0.10.0" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index bc5093c..68ec567 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdfs-native" -version = "0.9.4" +version = "0.10.0" edition = "2021" authors = ["Adam Binford "] homepage = "https://github.com/Kimahriman/hdfs-native"