From 95b6541e42fa0596c87809d7e96645ddeab6700d Mon Sep 17 00:00:00 2001 From: Ero Carrera Date: Mon, 24 May 2021 15:44:27 +0200 Subject: [PATCH] Update version to 2021.5.24 --- pefile.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pefile.py b/pefile.py index 456bc8c..c162fbd 100644 --- a/pefile.py +++ b/pefile.py @@ -25,7 +25,7 @@ from builtins import str __author__ = 'Ero Carrera' -__version__ = '2021.5.13' +__version__ = '2021.5.24' __contact__ = 'ero.carrera@gmail.com' import collections diff --git a/setup.py b/setup.py index 81c48bf..5fbdf1c 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.13/pefile-2021.5.13.tar.gz', + download_url='https://github.com/erocarrera/pefile/releases/download/v2021.5.24/pefile-2021.5.24.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable',