Skip to content

Commit

Permalink
#62 bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRosner committed Mar 24, 2016
1 parent 890012f commit dff9c6f
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 @@ -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)
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 := "3.0.0-SNAPSHOT"
version := "3.0.0"

name := "drunken-data-quality"

Expand Down

0 comments on commit dff9c6f

Please sign in to comment.