Compare commits

..

1 commit

Author SHA1 Message Date
Simon Brooke 5d3b03c600 Upversioned to 0.3.1-SNAPSHOT 2023-04-10 22:43:28 +01:00
2 changed files with 1 additions and 3 deletions

View file

@ -7,8 +7,6 @@ Arbitrary numbers of dimensions are supported, up to limits imposed by the JVM s
Available from Clojars: [![Clojars Project](https://img.shields.io/clojars/v/sparse-array.svg)](https://clojars.org/sparse-array)
Tests currently [![CircleCI](https://circleci.com/gh/simon-brooke/sparse-array.svg?style=svg)](https://circleci.com/gh/simon-brooke/sparse-array)
[![CircleCI](https://circleci.com/gh/simon-brooke/sparse-array.svg?style=svg)](https://circleci.com/gh/simon-brooke/sparse-array)
## Conventions
### Sparse arrays

View file

@ -1,4 +1,4 @@
(defproject sparse-array "0.3.0"
(defproject sparse-array "0.3.1-SNAPSHOT"
:aot :all
:cloverage {:output "docs/cloverage"}
:codox {:metadata {:doc "**TODO**: write docs"