From b0fc9ee129414945dc3a2c7c0a5f5022daa5f87d Mon Sep 17 00:00:00 2001 From: ogogmad Date: Tue, 23 Jun 2020 15:04:23 +0100 Subject: [PATCH] Updated setup.py for new release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f6ec338..ce38ba9 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'laguerre_transformations', packages = ['laguerre_transformations'], - version = '0.22', + version = '0.23', license='BSD-3-Clause', description = 'Visualize Laguerre transformations.', author = 'Ran Gutin', author_email = 'jkabrg@gmail.com', url = 'https://github.com/ogogmad/laguerre_transformations', - download_url = 'https://github.com/ogogmad/laguerre_transformations/archive/v_022.tar.gz', + download_url = 'https://github.com/ogogmad/laguerre_transformations/archive/v_023.tar.gz', keywords = ['mathematics', 'transformations', 'geometry', 'hypercomplex'], install_requires=[ 'scipy',