From 43e08d3d56d391b0d3287384db0e07385363abb9 Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Tue, 27 Dec 2022 20:27:53 +0900 Subject: [PATCH] Bump for 0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3109d60..a8ab400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-red-contrib-tensorflow", - "version": "0.3.1", + "version": "0.4.0", "description": "TensorFlow.js nodes using pre-trained models", "main": "index.js", "scripts": {