From 01ebec84bb5ce46dabc9b85e46b52ca6525c7c12 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Fri, 3 Aug 2018 23:42:09 -0400 Subject: [PATCH] Release version 1.0! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5043de6..df82c7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dtparse" -version = "0.9.1" +version = "1.0.0" authors = ["Bradlee Speice "] description = "A dateutil-compatible timestamp parser for Rust" repository = "https://github.com/bspeice/dtparse.git"