diff --git a/Cargo.lock b/Cargo.lock index 46b0f8a..4aea929 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "parse_datetime" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chrono", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index aedd2b9..b76ffd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parse_datetime" description = "parsing human-readable time strings and converting them to a DateTime" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime"