From 06991406248f232a25be152361ebdaa12853218c Mon Sep 17 00:00:00 2001 From: Ero Carrera Date: Tue, 1 Aug 2017 20:33:45 +0200 Subject: [PATCH] Updated link to latest release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6f34c96..7860a6e 100755 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ def run(self): author = _read_attr('__author__'), author_email = _read_attr('__contact__'), url = 'https://github.com/erocarrera/pefile', - download_url='https://github.com/erocarrera/pefile/releases/download/v2017.5.26/pefile-2017.5.26.tar.gz', + download_url='https://github.com/erocarrera/pefile/releases/download/v2017.8.1/pefile-2017.8.1.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable',