From 2758c6694663b0ea38fc1dfd80943ee21c72e1d5 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 24 Jun 2018 23:57:54 -0400 Subject: [PATCH] Release 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1f967a..fb44b7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "0.7.0" +version = "0.8.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparser.git"