From 8d60469de3b70109ac603c68c48fb3e7b84261e8 Mon Sep 17 00:00:00 2001 From: Ero Carrera Date: Fri, 26 May 2017 17:24:42 +0200 Subject: [PATCH] Updating dates and version --- LICENSE | 2 +- pefile.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index baaa786..993e651 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2004-2016 Ero Carrera +Copyright (c) 2004-2017 Ero Carrera Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pefile.py b/pefile.py index 395799e..935189a 100644 --- a/pefile.py +++ b/pefile.py @@ -13,7 +13,7 @@ standard use. To the best of my knowledge most of the abuse is handled gracefully. -Copyright (c) 2005-2016 Ero Carrera +Copyright (c) 2005-2017 Ero Carrera All rights reserved. @@ -31,7 +31,7 @@ from builtins import zip __author__ = 'Ero Carrera' -__version__ = '2016.3.28' +__version__ = '2017.5.26' __contact__ = 'ero.carrera@gmail.com' import os diff --git a/setup.py b/setup.py index e843246..ea40f34 100755 --- a/setup.py +++ b/setup.py @@ -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/files/192316/pefile-2016.3.28.tar.gz', + download_url='https://github.com/erocarrera/pefile/files/192316/pefile-2017.5.26.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable',