Skip to content

Commit

Permalink
Updated version, preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Sep 3, 2017
1 parent 0b1934d commit af9f770
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 @@ -31,7 +31,7 @@
from builtins import zip

__author__ = 'Ero Carrera'
__version__ = '2017.8.1'
__version__ = '2017.9.3'
__contact__ = '[email protected]'

import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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/v2017.8.1/pefile-2017.8.1.tar.gz',
download_url='https://github.com/erocarrera/pefile/releases/download/v2017.9.3/pefile-2017.9.3.tar.gz',
keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'],
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit af9f770

Please sign in to comment.