From 500e2116e75233e532996a4eaf245f7c462c696d Mon Sep 17 00:00:00 2001 From: Kenneth Graham Date: Thu, 13 Mar 2014 13:03:26 -0500 Subject: [PATCH] lein-release plugin: preparing 0.1.0 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 12c3e45..1e98083 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject watershed "0.1.0-SNAPSHOT" +(defproject watershed "0.1.0" :description "Library for working with probabilistic graphical models in Clojure." :url "https://github.com/klgraham/watershed"