Skip to content

Commit 3f276e7

Browse files
Fixes #34: update README and build.sbt for v1.2.1.
1 parent b843993 commit 3f276e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Nak currently provides implementations for k-means clustering and supervised lea
1010

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

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

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

2323
In SBT:
2424

25-
libraryDependencies += "org.scalanlp" % "nak" % "1.2.0"
25+
libraryDependencies += "org.scalanlp" % "nak" % "1.2.1"
2626

2727
In Maven:
2828

2929
<dependency>
3030
<groupId>org.scalanlp</groupId>
3131
<artifactId>nak</artifactId>
32-
<version>1.2.0</version>
32+
<version>1.2.1</version>
3333
</dependency>
3434

3535

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "nak"
22

3-
version := "1.2.1-SNAPSHOT"
3+
version := "1.2.1"
44

55
organization := "org.scalanlp"
66

0 commit comments

Comments
 (0)