From 849ad33a5dc47a725916aa45d6b30d9074c941a1 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 9 Jun 2023 18:25:52 -0400 Subject: [PATCH] Publish 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5bf466f..b9efb9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "1.4.0" +version = "1.5.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"