From 08f9c2f201b262586a1fb622f8a6391aa4e620a3 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Tue, 28 Jan 2020 22:29:52 +0000 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 3da9450..a18d6b7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject geocsv "0.1.0-SNAPSHOT" +(defproject geocsv "0.1.0" :description "A wee tool to show comma-separated value data on a map." :url "http://example.com/FIXME"