Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSaydakov committed Jan 31, 2019
1 parent ae43dfc commit 8d6e157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datasketches",
"abstract": "approximate algorithms for big data analysis",
"version": "1.0.0",
"version": "1.1.0",
"maintainer": [
"Alexander Saydakov <[email protected]>",
"Sketches User List <[email protected]>"
Expand All @@ -11,12 +11,12 @@
"cpc_sketch": {
"abstract": "CPC sketch for approximate distinct counting",
"file": "sql/datasketches_cpc_sketch.sql",
"version": "1.0.0"
"version": "1.1.0"
},
"kll_float_sketch": {
"abstract": "KLL quantiles sketch for approximating distributions of float values (quanitles, ranks, histograms)",
"file": "sql/datasketches_kll_float_sketch.sql",
"version": "1.0.0"
"version": "1.1.0"
}
},
"resources": {
Expand Down

0 comments on commit 8d6e157

Please sign in to comment.