From d478f8a7878edba8a609a287776e27fc16d7009b Mon Sep 17 00:00:00 2001 From: Paul Colomiets Date: Sun, 19 Jan 2020 01:40:00 +0000 Subject: [PATCH] Version bumped to v2.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8500a72..033da19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" keywords = ["time", "human", "human-friendly", "parser", "duration"] homepage = "https://github.com/tailhook/humantime" documentation = "https://docs.rs/humantime" -version = "1.3.0" +version = "2.0.0" edition = "2018" authors = ["Paul Colomiets "] categories = ["date-and-time"]