diff --git a/Cargo.toml b/Cargo.toml index 5d654fe..ddf2d79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdays" -version = "0.0.1" +version = "0.0.2" authors = ["Felipe Noronha "] license = "MIT" description = "Business Days calendars for Rustaceans." @@ -22,4 +22,4 @@ bencher = "0.1.5" [[bench]] name = "bench" -harness = false \ No newline at end of file +harness = false