Skip to content

Commit

Permalink
publish[1.18.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
serfend committed Jan 5, 2024
1 parent 3f5c60e commit 5fad5fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pydumpck/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__description__ = "pydumpck is a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.sometimes its py-file result not exactly right ,maybe could use uncompyle6."
__keywords__ = ['pydumpck', 'decomplier', 'pe', 'elf', 'pyc', 'pyz']
__url__ = "https://github.com/serfend/pydumpck"
__version__ = "1.18.4"
__version__ = "1.18.5"
__author__ = "serfend"
__author_email__ = "serfend@foxmail.com"
__license__ = "MIT Licence"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sgtpyutils >= 1.18.4
sgtpyutils >= 1.18.5
pyinstaller >= 5.10.1
tinyaes
uncompyle6 >= 3.9.0
Expand Down

0 comments on commit 5fad5fc

Please sign in to comment.