diff --git a/setup.py b/setup.py index 2c602c20721fff3aea6ad37964ac831bc134c86f..bdc177e32390afa5b100a234b5fb16f2ad77a087 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,6 @@ from distutils.core import setup setup( name = 'supersvd', - version = '1.0', + version = '1.1', py_modules = ['supersvd'] )