Skip to content

Commit

Permalink
Updated setup.py for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad-svennik committed Jun 23, 2020
1 parent 3014f83 commit b0fc9ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit b0fc9ee

Please sign in to comment.