From e6042f71e2a6dfc3a5319986f11303ddc71d566c Mon Sep 17 00:00:00 2001 From: Yannick Scherer Date: Mon, 8 Aug 2016 18:58:43 +0200 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c75b97e..450ecd4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject iapetos "0.1.0-SNAPSHOT" +(defproject iapetos "0.1.0" :description "A Clojure Prometheus Client" :url "https://github.com/xsc/iapetos" :license {:name "MIT License"