Skip to content

Commit

Permalink
Release 0.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberry committed Apr 29, 2019
1 parent 942ba29 commit 8054ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; the terms of this license.
;; You must not remove this notice, or any other, from this software.

(defproject uncomplicate/neanderthal "0.23.0-SNAPSHOT"
(defproject uncomplicate/neanderthal "0.23.0"
:description "Neanderthal is a Clojure library for fast matrix and linear algebra computations."
:url "https://github.com/uncomplicate/neanderthal"
:scm {:name "git"
Expand All @@ -16,7 +16,7 @@
:dependencies [[org.clojure/clojure "1.10.0"]
[uncomplicate/commons "0.7.2"]
[uncomplicate/fluokitten "0.9.1"]
[uncomplicate/neanderthal-native "0.23.0-SNAPSHOT"]
[uncomplicate/neanderthal-native "0.23.0"]
[uncomplicate/clojurecl "0.10.6"]
[org.jocl/jocl-blast "1.5.0"]
[uncomplicate/clojurecuda "0.6.2"]
Expand Down

0 comments on commit 8054ccc

Please sign in to comment.