Skip to content

Commit

Permalink
Fix to README and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
malicialab committed Feb 26, 2023
1 parent e528727 commit 47144e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ For example, you can provide as input the three test files
(each of a different format) in the examples directory:

```shell
avclass -f examples/vtv3_sample.json -f examples/vtv2_sample.json -f examples/malheurReference_lb.json > output.txt
avclass -f examples/vtv3_sample.json -f examples/vtv2_sample.json -f examples/malheurReference_lb.json -o output.txt
```

output.txt will have 3134 lines: 3130 samples from malheurReference_lb.json,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "avclass-malicialab"
version = "2.6.0"
version = "2.7.0"
description = "AVClass is a Python package and command line tool to tag / label malware samples."
readme = "README.md"
authors = [{ name = "MaliciaLab" }]
Expand Down

0 comments on commit 47144e7

Please sign in to comment.