diff --git a/LICENSE b/LICENSE index f6ad505..9a3993f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2004-2021 Ero Carrera +Copyright (c) 2004-2022 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 cbe472b..b225085 100644 --- a/pefile.py +++ b/pefile.py @@ -13,11 +13,11 @@ standard use. To the best of my knowledge most of the abuse is handled gracefully. -Copyright (c) 2005-2021 Ero Carrera +Copyright (c) 2005-2022 Ero Carrera """ __author__ = "Ero Carrera" -__version__ = "2021.9.3" +__version__ = "2022.5.30" __contact__ = "ero.carrera@gmail.com" import collections diff --git a/peutils.py b/peutils.py index 21c39d1..34b98f5 100644 --- a/peutils.py +++ b/peutils.py @@ -2,7 +2,7 @@ """peutils, Portable Executable utilities module -Copyright (c) 2005-2021 Ero Carrera +Copyright (c) 2005-2022 Ero Carrera All rights reserved. """ diff --git a/setup.py b/setup.py index d026445..c8ab89f 100755 --- a/setup.py +++ b/setup.py @@ -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.3/pefile-2021.9.3.tar.gz', + download_url='https://github.com/erocarrera/pefile/releases/download/v2022.5.30/pefile-2022.5.30.tar.gz', keywords = ['pe', 'exe', 'dll', 'pefile', 'pecoff'], classifiers = [ 'Development Status :: 5 - Production/Stable',