From 4ee16e1bb0f3dd71eebabc1934db20f8a3666753 Mon Sep 17 00:00:00 2001 From: patlevin Date: Sun, 22 Jan 2023 10:59:17 +0100 Subject: [PATCH] update version --- tfjs_graph_converter/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfjs_graph_converter/version.py b/tfjs_graph_converter/version.py index 160fc2a..bd8d754 100644 --- a/tfjs_graph_converter/version.py +++ b/tfjs_graph_converter/version.py @@ -1,3 +1,3 @@ """Contains the module version""" -VERSION = "1.6.2" +VERSION = "1.6.3" __version__ = VERSION