From 502b3bda7e47c91c7d29e187313b1179fefb5905 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Fri, 1 May 2015 13:44:19 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcaf494..c491c09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.1.3" +version = "0.1.4" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"