Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Sep 8, 2016
1 parent de2986f commit 2d039f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject tesser.core "1.0.1"
(defproject tesser.core "1.0.2"
:description "Composable concurrent folds for Clojure."
:url "http://github.com/aphyr/tesser"
:license {:name "Eclipse Public License"
Expand Down
4 changes: 2 additions & 2 deletions hadoop/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"-source" "1.5"]
:repositories
{"cloudera" "https://repository.cloudera.com/artifactory/cloudera-repos/"}
:dependencies [[tesser.core "1.0.1"]
[tesser.math "1.0.1"]
:dependencies [[tesser.core "1.0.2"]
[tesser.math "1.0.2"]
[org.clojure/data.fressian "0.2.0"]
[com.damballa/parkour "0.5.4"]
[org.codehaus.jsr166-mirror/jsr166y "1.7.0"]
Expand Down
4 changes: 2 additions & 2 deletions math/project.clj
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(defproject tesser.math "1.0.1"
(defproject tesser.math "1.0.2"
:description "Concurrent folds for statistical analysis"
:url "http://github.com/aphyr/tesser"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}

:dependencies [[tesser.core "1.0.1"]
:dependencies [[tesser.core "1.0.2"]
; [com.tdunning/t-digest "3.0"]
[com.clearspring.analytics/stream "2.7.0"]
[org.hdrhistogram/HdrHistogram "2.1.2"]
Expand Down

0 comments on commit 2d039f6

Please sign in to comment.