diff --git a/setup.py b/setup.py index bbaf4da..e0a1261 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author = 'Alister Burt', author_email = 'alisterburt@gmail.com', url = 'https://github.com/alisterburt/starfile', - download_url = 'https://github.com/alisterburt/starfile/archive/v0.1.tar.gz', + download_url = f'https://github.com/alisterburt/starfile/archive/v{VERSION}.tar.gz', keywords = ['io', 'STAR', 'star', 'starfile'], install_requires=[ 'pandas',