From 848f1b92492e2207be186ebb11509edcc7d02561 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 19 Jul 2018 23:05:03 -0400 Subject: [PATCH] Release 0.9.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e244d72..64fc128 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "0.8.0" +version = "0.9.1" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"