Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
bump version number, add missing point to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p-s-cott committed Aug 16, 2023
1 parent 4b9cccf commit 9cccf81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It creates a zip, which contains a number of different pieces of data to underst
- Memory of running proccesses, on a per-process basis. This is also carved to extract log and text data from memory
- Netstat data of active connections
- The contents of open files, for example running binaries
- Details of which processes triggered a provided compiled YARA rule file

We have successfully executed it across:
- Windows
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text()


VERSION = '1.0.7'
VERSION = '1.0.8'

setup(
name='varc',
Expand Down

0 comments on commit 9cccf81

Please sign in to comment.