From 55bc9350c141c7f159702118929d558d7a5c9116 Mon Sep 17 00:00:00 2001 From: Shoumik Palkar Date: Fri, 23 Aug 2019 13:08:27 -0700 Subject: [PATCH] Bump version to 0.3.1 --- weld/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weld/Cargo.toml b/weld/Cargo.toml index 572a409e5..7da57160e 100644 --- a/weld/Cargo.toml +++ b/weld/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "weld" -version = "0.3.0" +version = "0.3.1" authors = ["Weld Developers "] build = "build.rs" description = "Weld is a language and runtime for improving the performance of data-intensive applications."