realases v0.2.5

This commit is contained in:
Ben Mabey 2013-02-04 09:01:20 -07:00
parent b4d453e347
commit 2efd1963b3
2 changed files with 5 additions and 1 deletions

View file

@ -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....

View file

@ -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"}