diff --git a/setup.py b/setup.py index d63a9592dcfb1a11d4f03699b20e2c259f19c084..60dd434a7605929b43a2762af12733a332054a85 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',