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"