diff options
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 4a79288..decb6f6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojure-sql "0.1.0-SNAPSHOT" +(defproject clojure-sql "0.1.0" :description "Relational algebra compiling down to SQL queries." :url "https://bitbucket.org/czan/clojure-sql/" :license {:name "Eclipse Public License" |