Skip to content

Commit

Permalink
Update version for new release 2023.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Feb 7, 2023
1 parent 00c42f7 commit 7507fe9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

__author__ = "Ero Carrera"
__version__ = "2022.5.30"
__version__ = "2023.2.7"
__contact__ = "[email protected]"

import collections
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7507fe9

Please sign in to comment.