From d6853c51ff8309afb67671392e05397b2151dd19 Mon Sep 17 00:00:00 2001 From: Andrew Jewett Date: Sun, 20 Mar 2022 23:54:25 -0700 Subject: [PATCH] updated version info --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index dd9abe7..7451e2f 100644 --- a/setup.py +++ b/setup.py @@ -81,9 +81,9 @@ def Superpose3D(X, # <-- Nx3 array of coords for the "frozen" point cloud url='https://github.com/jewettaij/superpose3d', - download_url='https://github.com/jewettaij/superpose3d/archive/v1.3.0.zip', + download_url='https://github.com/jewettaij/superpose3d/archive/v1.4.1.zip', - version='1.3.0', + version='1.4.1', install_requires=[ 'numpy',