Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Feb 28, 2020
1 parent b508c25 commit 0cb73a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.2.0-SNAPSHOT"
version := "5.0.0"

name := "drunken-data-quality"

Expand Down

0 comments on commit 0cb73a8

Please sign in to comment.