diff --git a/Cargo.toml b/Cargo.toml index 4e52569..ddbdc50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num-primes" -version = "0.2.1" +version = "0.3.0" authors = ["AtropineTears"] edition = "2018" description = "A Rust Library For Generating Large Prime and Composite Numbers using num with a simplistic interface."