Skip to content

Commit

Permalink
#101 bump version to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Jan 24, 2017
1 parent 9110b86 commit 84f1849
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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:3.2.1-s_2.10
spark-shell --packages FRosner:drunken-data-quality:4.0.0-s_2.10
```

### Python API

DDQ also comes with a Python API. It is available via the Python Package Index, so you have to install it once using `pip`:

```
pip install pyddq==3.2.1
pip install pyddq==4.0.0
```

### Project Dependency [![Latest Release](https://img.shields.io/github/tag/FRosner/drunken-data-quality.svg?label=JitPack)](https://jitpack.io/#FRosner/drunken-data-quality)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "de.frosner"

version := "4.0.0-SNAPSHOT"
version := "4.0.0"

name := "drunken-data-quality"

Expand Down

0 comments on commit 84f1849

Please sign in to comment.