diff --git a/Cargo.toml b/Cargo.toml index d5670ca5..c5a73454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whenever" -version = "0.0.2" +version = "0.0.3" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 5264072f..258c32f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "whenever" description = "Typesafe datetimes powered by Rust's chrono library" requires-python = ">=3.8" authors = [ - {name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com>"} + {name = "Arie Bovenberg", email = "a.c.bovenberg@gmail.com"} ] license = "MIT" classifiers = [