Skip to content

Commit 0055a1b

Browse files
Bumped version number to 0.3.0 in build.sbt
1 parent 27665ce commit 0055a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ scalaVersion := scalaVer
1919
spName := "databricks/spark-deep-learning"
2020

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

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

0 commit comments

Comments
 (0)