diff --git a/README.md b/README.md index b48cb18..24c52a7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ DDQ is a small library for checking constraints on Spark data structures. It can DDQ is available as a [spark package](http://spark-packages.org/package/FRosner/drunken-data-quality). You can add it to your spark-shell, spark-submit or pyspark using the `--packages` command line option: ```sh -spark-shell --packages FRosner:drunken-data-quality:4.1.1-s_2.11 +spark-shell --packages FRosner:drunken-data-quality:5.0.0-s_2.11 ``` ### Python API diff --git a/build.sbt b/build.sbt index 87cc921..7f71129 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "de.frosner" -version := "4.2.0-SNAPSHOT" +version := "5.0.0" name := "drunken-data-quality"