diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ee39ae..5e13167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +##### 0.9.2 * Fix PyPi screenshots * Raise better error message if yara rules file doesn't exist diff --git a/pyproject.toml b/pyproject.toml index 3b70447..32a8935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaralyzer" -version = "0.9.1.1" +version = "0.9.2" description = "Visualize and force decode YARA and regex matches found in a file or byte stream. With colors. Lots of colors." authors = ["Michel de Cryptadamus "] readme = "README.md"