From 61d2aa60c65fe86b1d1644ca1a483c20e662fde9 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 24 Aug 2023 19:07:54 -0400 Subject: [PATCH] Publish 2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a41e3c..d2a18ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "1.5.0" +version = "2.0.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"