From 26e0b58c4e940cbd827082210c4d9c5c866b6634 Mon Sep 17 00:00:00 2001
From: Ero Carrera <ero.carrera@gmail.com>
Date: Thu, 2 Sep 2021 19:25:02 +0200
Subject: [PATCH] Update pefile version to 2021.9.2

---
 pefile.py | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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',