From 6171be857e415506236bc3214dbcd6239527c851 Mon Sep 17 00:00:00 2001 From: Andreas-Hum Date: Wed, 26 Jul 2023 01:35:29 +0200 Subject: [PATCH] 0.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e792352..14d6d7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "numericalts", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "numericalts", - "version": "0.3.0", + "version": "0.4.0", "license": "Apache-2.0", "dependencies": { "ansi-escapes": "^4.3.2", diff --git a/package.json b/package.json index 50df10f..65ab9c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "numericalts", - "version": "0.3.0", + "version": "0.4.0", "description": "numerical.ts is a comprehensive TypeScript library for linear algebra and various mathematical operations, including vector and matrix operations, eigenvalue calculations, optimization algorithms, parsing mathematical statements, complex numbers, and more.", "author": "Andreas Hummelmose (https://github.com/Andreas-Hum)", "homepage": "https://andreas-hum.github.io/numericalts/",