Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tsrobinson committed Jan 20, 2021
1 parent 651581f commit 686d71b
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='MIDASpy',
packages=['MIDASpy'],
version= '1.2.900',
version= '1.3.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= '[email protected]',
download_url = 'https://github.com/MIDASverse/MIDASpy/releases/download/v1.1.0/MIDASpy-1.1.0.tar.gz',
download_url = 'https://github.com/MIDASverse/MIDASpy/releases/download/v1.3.0/MIDASpy-1.3.0.tar.gz',
install_requires = [
'tensorflow>=1.10',
'numpy>=1.5',
Expand Down

0 comments on commit 686d71b

Please sign in to comment.