diff --git a/Cargo.lock b/Cargo.lock index e137684bb8702..71ff7f237b5d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -140,7 +140,7 @@ dependencies = [ [[package]] name = "aptos" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "aptos-bitvec", diff --git a/crates/aptos/Cargo.toml b/crates/aptos/Cargo.toml index 99afc4310dbcf..a622b361a3b37 100644 --- a/crates/aptos/Cargo.toml +++ b/crates/aptos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aptos" -version = "0.3.0" +version = "0.3.1" authors = ["Aptos Labs "] description = "Aptos tool for management of nodes and interacting with the blockchain" repository = "https://github.com/aptos-labs/aptos-core"