Skip to content

Commit

Permalink
Update version for new release 2024.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
erocarrera committed Aug 26, 2024
1 parent ee1e3eb commit 4b3b1e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: "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"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Copyright (c) 2005-2024 Ero Carrera <[email protected]>
"""

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

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

0 comments on commit 4b3b1e2

Please sign in to comment.