diff --git a/README.md b/README.md index 5ee445d..1b18ad9 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 3c8a5a9..7e02937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }]