updates history and project file

This commit is contained in:
Ben Mabey 2010-10-29 18:09:13 -06:00
parent c100184e72
commit 97a02bcc6b
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# clj-ml History
## v0.0.5 - ????-??-??
### New Features
* New filter wrapper added: RemoveUseless
## v0.0.4 - 2010-10-28
### New Features

View file

@ -1,4 +1,4 @@
(defproject clj-ml "0.0.4"
(defproject clj-ml "0.0.5-SNAPSHOT"
:description "Machine Learning library for Clojure built around Weka and friends"
:repositories {"leadtune-repo" "http://c0026236.cdn1.cloudfiles.rackspacecloud.com/repo"}
:java-source-path "src/java"