From e1d412efc40349779695c56fe5770492ed9d0534 Mon Sep 17 00:00:00 2001 From: Abhishek Chanda Date: Tue, 11 Aug 2015 17:02:15 -0700 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c1720c..094ee0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ipnetwork" -version = "0.1.11" +version = "0.2.0" authors = ["Abhishek Chanda "] description = "A library to work with IP CIDRs in Rust, heavily WIP" license = "Apache-2.0"