From c7ff2b780792ce732d9878b735f749c274cdafe4 Mon Sep 17 00:00:00 2001 From: Octavian Oncescu Date: Thu, 21 Mar 2019 16:14:51 +0200 Subject: [PATCH] Bumped version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f2490f..3019927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "graphlib" -version = "0.2.0" +version = "0.2.1" authors = ["Octavian Oncescu "] edition = "2018" repository = "https://github.com/purpleprotocol/graphlib"