Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hluwa authored Jun 3, 2021
1 parent 0b876ca commit 777147c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="frida-dexdump",
version="1.0.2",
version="1.0.3",
description="Fast dex dump in memory based on frida.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -44,4 +44,4 @@
"frida-dexdump = frida_dexdump.main:entry"
]
}
)
)

0 comments on commit 777147c

Please sign in to comment.