From 2efd1963b36a8bcf295e9a15840ca77ed6b74d47 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Mon, 4 Feb 2013 09:01:20 -0700 Subject: [PATCH] realases v0.2.5 --- HISTORY.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index a23bb63..f56a9e2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # clj-ml History +## v0.2.5 - 2013-01-04 + + * Upgraaded to clojure 1.4 and lein2. + ## v0.2.4 - 2012-07-09 * More Maven appeasement.... diff --git a/project.clj b/project.clj index c36e3d6..b9d23a9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.leadtune/clj-ml "0.2.5-SNAPSHOT" +(defproject com.leadtune/clj-ml "0.2.5" :description "Machine Learning library for Clojure built around Weka and friends" :repositories {"leadtune-repo" "http://utility.leadtune.com:8081/nexus/content/repositories/thirdparty/" "stuart" "http://stuartsierra.com/maven2"}