From ada56b950c4edbd72174b652a8c107dd82b8d20f Mon Sep 17 00:00:00 2001 From: Cathie So Date: Tue, 13 Dec 2022 15:56:52 +0800 Subject: [PATCH] v1.4.4 --- .gitmodules | 3 --- package-lock.json | 4 ++-- package.json | 2 +- python | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 .gitmodules delete mode 160000 python diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index af6d0c7..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "python"] - path = python - url = https://github.com/socathie/keras2circom diff --git a/package-lock.json b/package-lock.json index ad88985..c330d6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "circomlib-ml", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "circomlib-ml", - "version": "1.4.3", + "version": "1.4.4", "license": "GPL-3.0", "devDependencies": { "@types/node": "^18.11.9", diff --git a/package.json b/package.json index 1eb739d..c4242f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "circomlib-ml", - "version": "1.4.3", + "version": "1.4.4", "description": "Circuits library for machine learning in circom", "main": "index.js", "directories": { diff --git a/python b/python deleted file mode 160000 index 1ed0caa..0000000 --- a/python +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1ed0caad2ac511ea1fa21b08038b3f533fc576c4