From 37b2ba2f8f9e80a100e3037cabf261b0037453a4 Mon Sep 17 00:00:00 2001 From: Paul Stadig Date: Wed, 26 Mar 2014 21:12:18 -0400 Subject: [PATCH] Bump to 0.1.0. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 5c202c2..7019fb3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject pjstadig/humane-test-output "0.1.0-SNAPSHOT" +(defproject pjstadig/humane-test-output "0.1.0" :description "Humane test output for clojure.test" :url "http://github.com/pjstadig/humane-test-output/" :license {:name "Eclipse Public License"