Skip to content

Commit

Permalink
Update archive link in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
schoikc committed Jul 29, 2020
1 parent 8ce871c commit ea30916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run(self):
long_description=long_description,
long_description_content_type="text/markdown",
url="https://qmcsoftware.github.io/QMCSoftware/",
download_url="https://github.com/QMCSoftware/QMCSoftware/archive/v0.1-alpha.tar.gz",
download_url="https://github.com/QMCSoftware/QMCSoftware/archive/v0.3.2-alpha.tar.gz",
packages=packages,
install_requires=[
'scipy >= 1.2.0',
Expand Down

0 comments on commit ea30916

Please sign in to comment.