From 94818a2cc7f843dbff0db2c45df133f281c2588e Mon Sep 17 00:00:00 2001 From: Tizian Wenzel <tizian.wenzel@uni-hamburg.de> Date: Thu, 4 Jan 2024 14:02:38 +0100 Subject: [PATCH] Minor fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d63a959..60dd434 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='2L-VKOGA', - version='0.1.0', + version='0.1.1', description='Python implementation of the two-layered (2L) Vectorial Kernel Orthogonal Greedy Algorithm', url='https://gitlab.mathematik.uni-stuttgart.de/pub/ians-anm/2l-vkoga', author='Tizian Wenzel', -- GitLab