From 7507fe95c43082fdf6d998be9f49a38c4f036097 Mon Sep 17 00:00:00 2001 From: Ero Carrera Date: Tue, 7 Feb 2023 12:49:39 +0100 Subject: [PATCH] Update version for new release 2023.2.7 --- CITATION.cff | 4 ++-- pefile.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 84e5120..3916821 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: "2022-05-30" +date-released: "2023-02-07" license: MIT message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/erocarrera/pefile" title: "pefile" -version: "2022.5.30" +version: "2023.2.7" diff --git a/pefile.py b/pefile.py index 2a01ab2..f3052aa 100644 --- a/pefile.py +++ b/pefile.py @@ -17,7 +17,7 @@ """ __author__ = "Ero Carrera" -__version__ = "2022.5.30" +__version__ = "2023.2.7" __contact__ = "ero.carrera@gmail.com" import collections diff --git a/setup.py b/setup.py index 07ac5b8..e9752c2 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,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/v2022.5.30/pefile-2022.5.30.tar.gz", + download_url="https://github.com/erocarrera/pefile/releases/download/v2023.2.7/pefile-2023.2.7.tar.gz", keywords=["pe", "exe", "dll", "pefile", "pecoff"], classifiers=[ "Development Status :: 5 - Production/Stable",