From 081cd7bea06d2f3284631b648a5693404e158c4f Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 18 Aug 2024 20:43:00 +0000 Subject: [PATCH] Release version 2.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2a18ad..aa5e91a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "2.0.0" +version = "2.0.1" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"