From 91ca29a0116a1eb16af6efc8f21216670ba4881e Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Sun, 17 Mar 2024 08:12:08 -0500 Subject: [PATCH] Bump version for upcoming release (#57) bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0fa176..b932804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "speedate" authors = ["Samuel Colvin "] -version = "0.13.0" +version = "0.14.0" edition = "2021" description = "Fast and simple datetime, date, time and duration parsing" readme = "README.md"