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