From 92edb82c705a5990ee60e130b54980f21f435b2e Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Sun, 26 Apr 2015 00:27:43 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c7ca85..df852e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.1.1" +version = "0.1.2" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"