From f758e715d75a037ada478fc28733c23ccabcb494 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Thu, 15 Aug 2019 09:35:22 +0200 Subject: [PATCH] Bump to 1.5.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83938f96..3b70857e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itertools", - "version": "1.5.0-alpha0", + "version": "1.5.0", "description": "A JavaScript port of Python's awesome itertools standard library", "githubUrl": "https://github.com/nvie/itertools.js", "main": "./dist/index.js",