diff --git a/CITATION.cff b/CITATION.cff index 21c47e7c..19ae4f23 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,7 +4,7 @@ message: Please cite this crate using these information. # Version information. date-released: 2025-02-26 -version: 0.4.40 +version: 0.4.41 # Project information. abstract: Date and time library for Rust diff --git a/Cargo.toml b/Cargo.toml index 36065458..13eaceb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chrono" -version = "0.4.40" +version = "0.4.41" description = "Date and time library for Rust" homepage = "https://github.com/chronotope/chrono" documentation = "https://docs.rs/chrono/"