Skip to content

Commit

Permalink
Fixes #34: update README and build.sbt for v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbaldridge committed Mar 26, 2014
1 parent b843993 commit 3f276e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Nak currently provides implementations for k-means clustering and supervised lea

See [the Nak wiki](https://github.com/scalanlp/nak/wiki) for (some preliminary and unfortunately sparse) documentation.

The latest stable release of Nak is 1.2.0. Changes from the previous release include:
The latest stable release of Nak is 1.2.1. Changes from the previous release include:

* breeze-learn pulled into Nak
* K-means from breeze-learn and Nak merged.
Expand All @@ -22,14 +22,14 @@ See the [CHANGELOG](https://github.com/scalanlp/nak/wiki/CHANGELOG) for changes

In SBT:

libraryDependencies += "org.scalanlp" % "nak" % "1.2.0"
libraryDependencies += "org.scalanlp" % "nak" % "1.2.1"

In Maven:

<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>nak</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "nak"

version := "1.2.1-SNAPSHOT"
version := "1.2.1"

organization := "org.scalanlp"

Expand Down

0 comments on commit 3f276e7

Please sign in to comment.