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