Skip to content

Commit

Permalink
Bumped version number to 0.3.0 in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasatdatabricks committed Jan 30, 2018
1 parent 27665ce commit 0055a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scalaVersion := scalaVer
spName := "databricks/spark-deep-learning"

// Don't forget to set the version
version := s"0.2.0-spark$sparkBranch"
version := s"0.3.0-spark$sparkBranch"

// All Spark Packages need a license
licenses := Seq("Apache-2.0" -> url("http://opensource.org/licenses/Apache-2.0"))
Expand Down

0 comments on commit 0055a1b

Please sign in to comment.