From 7fc731ab99f2df409ab6b5490780986036accd14 Mon Sep 17 00:00:00 2001 From: Dima Kudosh Date: Mon, 16 Jan 2017 15:58:25 +0300 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8abd5a..4643ec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "difflib" -version = "0.1.0" +version = "0.2.0" authors = ["Dima Kudosh "] description = "Port of Python's difflib library to Rust." documentation = "https://github.com/DimaKudosh/difflib/wiki"