diff --git a/Cargo.toml b/Cargo.toml index 16c8167..8325fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num" -version = "0.1.28" +version = "0.1.29" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num" diff --git a/num-macros/Cargo.toml b/num-macros/Cargo.toml index e5e1d9e..1a96941 100644 --- a/num-macros/Cargo.toml +++ b/num-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.28" +version = "0.1.29" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num"