Skip to content

Commit

Permalink
Update version to 2021.5.24
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed May 24, 2021
1 parent d876b4e commit 95b6541
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 @@ -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
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.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',
Expand Down

0 comments on commit 95b6541

Please sign in to comment.