Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tylabs committed Jul 2, 2021
1 parent 6238ef3 commit 6976380
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="quicksand",
version="2.0.7",
version="2.0.8",
author="Tyler McLellan",
author_email="ty@tylabs.org",
description="QuickSand is a module to scan streams inside documents with Yara",
Expand Down
2 changes: 1 addition & 1 deletion src/quicksand/quicksand.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import tempfile

class quicksand:
__version__ = '2.0.7'
__version__ = '2.0.8'

try:
exploityara = str(os.path.dirname(__file__)) + '/quicksand_exploits.yara'
Expand Down

0 comments on commit 6976380

Please sign in to comment.