From 7d0255d713df4e47bb8acea6bc7baf695d623040 Mon Sep 17 00:00:00 2001 From: konstin Date: Mon, 3 Sep 2018 00:10:30 +0200 Subject: [PATCH] Release 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51a6d31b1..6727e8542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["konstin "] name = "pyo3-pack" -version = "0.1.0" +version = "0.2.0" description = "Build and publish crates with pyo3 bindings as python packages" exclude = ["get-fourtytwo/**/*", "integration-test/**/*", "sysconfig/*"] readme = "Readme.md"