Bump version to 0.3.3.

This commit is contained in:
Joshua Eckroth 2013-03-22 12:36:01 -04:00
parent 05cf721ec5
commit d49820eda5
2 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ git clone the project, then run:
### Installing from Clojars
[cc.artifice/clj-ml "0.3.2"]
[cc.artifice/clj-ml "0.3.3"]
### Installing from Maven
@ -25,7 +25,7 @@ git clone the project, then run:
<dependency>
<groupId>cc.artifice</groupId>
<artifactId>clj-ml</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
</dependency>
## Supported algorithms
@ -37,7 +37,7 @@ git clone the project, then run:
* unsupervised nominal to binary
* string to word vector
* reorder attributes
* resample
* resample (supervised, unsupervised)
* Classifiers
* C4.5 (J4.8)

View file

@ -1,4 +1,4 @@
(defproject cc.artifice/clj-ml "0.3.2"
(defproject cc.artifice/clj-ml "0.3.3"
:description "Machine Learning library for Clojure built around Weka and friends"
:java-source-paths ["src/java"]
:warn-on-reflection true