From 8e5162c327368c0d662ac46d2355e427a417cace Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Wed, 11 Jan 2023 14:40:41 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 066f0e3..fe96d4a 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ DESCRIPTION = 'Tools for Tensor Decomposition.' AUTHOR = 'Alex Williams and N. Benjamin Erichson' EMAIL = 'alex.h.willia@gmail.com' -VERSION = "0.3" +VERSION = "0.4" URL = 'https://github.com/ahwillia/tensortools' LICENSE = 'MIT'