From bbeb89e418695a4b58f62bce41c3e92b20de3edb Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 9 Jun 2020 15:02:11 +0200 Subject: [PATCH] version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3ddb3a..2b357c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paypal-rs" -version = "0.0.1" +version = "0.0.2" authors = ["Edgar "] description = "A library that wraps the paypal api asynchronously." repository = "https://github.com/edg-l/paypal-rs/"