From 8d6e157ad7aa75373ea4233f69697c48f9fa8ef7 Mon Sep 17 00:00:00 2001 From: saydakov Date: Wed, 30 Jan 2019 16:20:01 -0800 Subject: [PATCH] version 1.1.0 --- META.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 3a93449..ff91e7b 100644 --- a/META.json +++ b/META.json @@ -1,7 +1,7 @@ { "name": "datasketches", "abstract": "approximate algorithms for big data analysis", - "version": "1.0.0", + "version": "1.1.0", "maintainer": [ "Alexander Saydakov ", "Sketches User List " @@ -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": {