From 53624038ad103ef854f5b3fdc9ecca9d34ee7b49 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 24 Mar 2015 22:28:09 -0700 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7980902..5998c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bytes" -version = "0.1.3" +version = "0.2.0" license = "MIT" authors = ["Carl Lerche "] description = "Types and traits for working with bytes"