From f8809979ffe31144739613e8172f565d90d2dad9 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Thu, 30 Apr 2015 15:21:00 +0000 Subject: [PATCH] Version 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5457a0..bef9319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pirate" -version = "0.1.0" +version = "0.2.0" authors = ["Zach Dziura "] description = "A simple arrrguments parser" repository = "https://github.com/zcdziura/pirate"