From cbf135311714660a2da7a851e739e9c25b68ce04 Mon Sep 17 00:00:00 2001 From: tsrobinson Date: Wed, 20 Jan 2021 15:37:00 +0000 Subject: [PATCH] v1.2 change --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 98016b2..e38a877 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup(name='MIDASpy', packages=['MIDASpy'], - version= '1.3.000', + version= '1.2.000', licence= 'Apache', description= 'Multiple Imputation with Denoising Autoencoders', url= 'http://github.com/MIDASverse/MIDASpy', author= 'Ranjit Lall, Alex Stenlake, and Thomas Robinson', author_email= 'R.Lall@lse.ac.uk', - download_url = 'https://github.com/MIDASverse/MIDASpy/releases/download/v1.3.0/MIDASpy-1.3.0.tar.gz', + download_url = 'https://github.com/MIDASverse/MIDASpy/releases/download/v1.2.0/MIDASpy-1.2.0.tar.gz', install_requires = [ 'tensorflow>=1.10', 'numpy>=1.5',