From eb33a272de10a22442bd16c67ba508a2c105ae3f Mon Sep 17 00:00:00 2001 From: Sam Ritchie Date: Tue, 18 Oct 2011 11:58:27 -0700 Subject: [PATCH] bumped version to 0.1.0. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d3e98ae..1c543e7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject elephantdb/elephantdb "0.1.0-SNAPSHOT" +(defproject elephantdb/elephantdb "0.1.0" :source-path "src/clj" :test-path "test/clj" :java-source-path "src/jvm"