Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoferretti committed Feb 18, 2025
1 parent 0c79907 commit 2285ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion paranoid_deobfuscator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

__version_major__ = 3
__version_minor__ = 0
__version_patch__ = 0
__version_patch__ = 1
__version_metadata__ = ""
__version__ = f"{__version_major__}.{__version_minor__}.{__version_patch__}{__version_metadata__}"
__issue_tracker__ = "/~https://github.com/giacomoferretti/paranoid-deobfuscator/issues"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "paranoid-deobfuscator"
version = "3.0.0"
version = "3.0.1"
description = "Deobfuscate \"paranoid\" obfuscated apps"
authors = ["Giacomo Ferretti <giacomo.ferretti.00@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 2285ea7

Please sign in to comment.