From 0eaa0639a7d32ef6dbca751a3556dc984b8a1a2b Mon Sep 17 00:00:00 2001 From: MrPowers Date: Thu, 3 Aug 2017 09:28:16 +0800 Subject: [PATCH] Bump to v0.7.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e7789f7..f6a31bbb 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,7 @@ spShortDescription := "Open source Spark transformations and functions" spDescription := "When the Spark source code doesn't provide functionality, turn to this library" -version := "0.6.0" +version := "0.7.0" scalaVersion := "2.11.8" sparkVersion := "2.1.0"