Skip to content

Commit

Permalink
Update pefile version to 2021.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Sep 2, 2021
1 parent 0ef082a commit 26e0b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pefile.py
Expand Up @@ -17,7 +17,7 @@
"""

__author__ = "Ero Carrera"
__version__ = "2021.5.24"
__version__ = "2021.9.2"
__contact__ = "ero.carrera@gmail.com"

import collections
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 26e0b58

Please sign in to comment.