diff --git a/pefile.py b/pefile.py index d62cab1..d43593c 100644 --- a/pefile.py +++ b/pefile.py @@ -17,7 +17,7 @@ """ __author__ = "Ero Carrera" -__version__ = "2021.5.24" +__version__ = "2021.9.2" __contact__ = "ero.carrera@gmail.com" import collections diff --git a/setup.py b/setup.py index 0942dfb..82cad11 100755 --- a/setup.py +++ b/setup.py @@ -73,7 +73,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/v2021.5.24/pefile-2021.5.24.tar.gz', + download_url='https://github.com/erocarrera/pefile/releases/download/v2021.9.2/pefile-2021.9.2.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable',