From fc446a163d06f7e5d27e713c308b619fbfeb4c07 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Wed, 29 Jan 2020 09:46:07 +0000 Subject: [PATCH] lein-release plugin: preparing 0.1.6 release --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a4d3fb4..6fd7df0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject csv2edn "0.1.6-SNAPSHOT" +(defproject csv2edn "0.1.6" :description "Simple command line utility to convert CSV files to EDN." :url "https://github.com/simon-brooke/csv2edn" :license {:name "GPL-2.0-or-later WITH Classpath-exception-2.0"