From 7b71a3d0f0b8492a663a1a5fb17a40798ab0076d Mon Sep 17 00:00:00 2001 From: Joshua Eckroth Date: Thu, 4 Jul 2013 09:38:52 -0400 Subject: [PATCH] Bumped to version 0.3.13. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6419a60..64e6511 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cc.artifice/clj-ml "0.3.12" +(defproject cc.artifice/clj-ml "0.3.13" :description "Machine Learning library for Clojure built around Weka and friends" :java-source-paths ["src/java"] :license {:name "MIT License"