diff --git a/pefile.py b/pefile.py index 0ce7db7..b829610 100644 --- a/pefile.py +++ b/pefile.py @@ -25,7 +25,7 @@ from builtins import str __author__ = 'Ero Carrera' -__version__ = '2019.4.14' +__version__ = '2019.4.18' __contact__ = 'ero.carrera@gmail.com' import collections diff --git a/setup.py b/setup.py index daaff59..bdb9509 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/v2019.4.14/pefile-2019.4.14.tar.gz', + download_url='https://github.com/erocarrera/pefile/releases/download/v2019.4.18/pefile-2019.4.18.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable',