diff --git a/Cargo.toml b/Cargo.toml index fdb939a..555acff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num" -version = "0.1.31" +version = "0.1.32" [[bench]] name = "bigint" diff --git a/bigint/Cargo.toml b/bigint/Cargo.toml index 2d2dda0..621afff 100644 --- a/bigint/Cargo.toml +++ b/bigint/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-bigint" repository = "https://github.com/rust-num/num" -version = "0.1.0" +version = "0.1.32" [dependencies] diff --git a/complex/Cargo.toml b/complex/Cargo.toml index 854128e..31c0d61 100644 --- a/complex/Cargo.toml +++ b/complex/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-complex" repository = "https://github.com/rust-num/num" -version = "0.1.0" +version = "0.1.32" [dependencies] diff --git a/integer/Cargo.toml b/integer/Cargo.toml index e98b258..d5ba260 100644 --- a/integer/Cargo.toml +++ b/integer/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-integer" -version = "0.1.0" +version = "0.1.32" [dependencies.num-traits] path = "../traits" diff --git a/iter/Cargo.toml b/iter/Cargo.toml index 4cb0561..d9848ef 100644 --- a/iter/Cargo.toml +++ b/iter/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-iter" -version = "0.1.0" +version = "0.1.32" [dependencies] diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 427b6f2..8613fb4 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-macros" -version = "0.1.31" +version = "0.1.32" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" homepage = "https://github.com/rust-num/num" diff --git a/rational/Cargo.toml b/rational/Cargo.toml index 1fa46e3..352de9e 100644 --- a/rational/Cargo.toml +++ b/rational/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-rational" repository = "https://github.com/rust-num/num" -version = "0.1.0" +version = "0.1.32" [dependencies] diff --git a/traits/Cargo.toml b/traits/Cargo.toml index 0bfa8ac..b1f7017 100644 --- a/traits/Cargo.toml +++ b/traits/Cargo.toml @@ -7,6 +7,6 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" repository = "https://github.com/rust-num/num" name = "num-traits" -version = "0.1.0" +version = "0.1.32" [dependencies]