From 60ff8c9131f8648fa685c2a068628f920f23f33f Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 27 Jun 2019 09:55:46 +0100 Subject: [PATCH] upversion to 0.3.0-SNAPSHOT. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4ffcbee..7ab40ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject sparse-array "0.2.0" +(defproject sparse-array "0.3.0-SNAPSHOT" :description "A Clojure library designed to manipulate sparse *arrays* - multi-dimensional spaces accessed by indices, but containing arbitrary values rather than just numbers. For sparse spaces which contain numbers only, you're better to use a *sparse matrix* library, for example [clojure.core.matrix](https://mikera.github.io/core.matrix/)." :url "http://example.com/FIXME" :license {:name "Eclipse Public License"