Skip to content

Commit

Permalink
Update version to 2021.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Sep 3, 2021
1 parent 8dfd812 commit 76eabf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

__author__ = "Ero Carrera"
__version__ = "2021.9.2"
__version__ = "2021.9.3"
__contact__ = "[email protected]"

import collections
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.9.2/pefile-2021.9.2.tar.gz',
download_url='https://github.com/erocarrera/pefile/releases/download/v2021.9.3/pefile-2021.9.3.tar.gz',
keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'],
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 76eabf7

Please sign in to comment.