Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code committed Dec 19, 2024
1 parent 291a041 commit 39a695f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="mquery",
version="1.4.0",
version="1.6.0",
description="Blazingly fast Yara queries for malware analysts",
packages=[
"mquery",
Expand Down
2 changes: 1 addition & 1 deletion src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def setup_logging() -> None:


def mquery_version() -> str:
return "1.4.0"
return "1.6.0"


def make_sha256_tag(filename: str) -> Dict[str, Any]:
Expand Down

0 comments on commit 39a695f

Please sign in to comment.