From ef423b5574035a7fe6b6a76187138268213211ec Mon Sep 17 00:00:00 2001 From: lkitching Date: Fri, 13 Oct 2017 16:20:31 +0100 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 0860eca..5fe90d4 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject graphql-qb "0.1.0-SNAPSHOT1" +(defproject graphql-qb "0.1.0" :description "Query RDF Datacubes with graphQL" :url "http://swirrl.com/" :license {:name "Eclipse Public License"