diff --git a/README.md b/README.md index 3d978d1..b3891f7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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:2.1.0-s_2.10 +spark-shell --packages FRosner:drunken-data-quality:3.0.0-s_2.10 ``` ### Project Dependency [![Latest Release](https://img.shields.io/github/tag/FRosner/drunken-data-quality.svg?label=JitPack)](https://jitpack.io/#FRosner/drunken-data-quality) diff --git a/build.sbt b/build.sbt index 6079394..aae16dd 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ organization := "de.frosner" -version := "3.0.0-SNAPSHOT" +version := "3.0.0" name := "drunken-data-quality"