diff --git a/build.sbt b/build.sbt index 679e1a1..cccd9b3 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ scalaVersion := "2.10.4" sparkPackageName := "databricks/spark-sql-perf" -version := "0.0.4-SNAPSHOT" +version := "0.1.0" // All Spark Packages need a license licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))