From 8ad0e3a23886e284c33e8be44c67f624ae37be78 Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Fri, 29 Jan 2021 23:50:54 +0900 Subject: [PATCH] Release 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index b1d3eed..f26d92f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject type-infer "0.1.0-SNAPSHOT" +(defproject type-infer "0.1.0" :description "A Clojure utility to inspect static types inferred by the Clojure compiler" :url "https://github.com/athos/type-infer" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"