Skip to content

Commit

Permalink
Preparing for a small release with the latest speed ups
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Apr 18, 2019
1 parent b692b9e commit 8a78a2e
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 @@ -25,7 +25,7 @@
from builtins import str

__author__ = 'Ero Carrera'
__version__ = '2019.4.14'
__version__ = '2019.4.18'
__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/v2019.4.14/pefile-2019.4.14.tar.gz',
download_url='https://github.com/erocarrera/pefile/releases/download/v2019.4.18/pefile-2019.4.18.tar.gz',
keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'],
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 8a78a2e

Please sign in to comment.