diff --git a/CITATION.cff b/CITATION.cff index 3916821..7d80d49 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,9 +4,9 @@ authors: given-names: Ero orcid: "https://orcid.org/0000-0002-9549-9291" cff-version: 1.2.0 -date-released: "2023-02-07" +date-released: "2024-08-26" license: MIT message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/erocarrera/pefile" title: "pefile" -version: "2023.2.7" +version: "2024.8.26" diff --git a/LICENSE b/LICENSE index ddd7342..0866dd7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2004-2023 Ero Carrera +Copyright (c) 2004-2024 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 53d6e41..f804678 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-2023 Ero Carrera +Copyright (c) 2005-2024 Ero Carrera """ __author__ = "Ero Carrera" -__version__ = "2023.2.7" +__version__ = "2024.8.26" __contact__ = "ero.carrera@gmail.com" import codecs diff --git a/setup.py b/setup.py index 16083df..d29198b 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,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/v2023.2.7/pefile-2023.2.7.tar.gz", + download_url="https://github.com/erocarrera/pefile/releases/download/v2024.8.26/pefile-2024.8.26.tar.gz", keywords=["pe", "exe", "dll", "pefile", "pecoff"], classifiers=[ "Development Status :: 5 - Production/Stable",