From 829d48259057bd93cc8910d1c15775a02c3ba154 Mon Sep 17 00:00:00 2001 From: kgryte Date: Wed, 19 Nov 2014 00:25:05 -0800 Subject: [PATCH] [UPDATE] bump version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed79e72..91ab8dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "compute-leq", - "version": "0.0.0", + "version": "1.0.0", "description": "Computes an element-wise comparison (less than or equal to) of an array.", "author": { "name": "Athan Reines",