diff --git a/CHANGELOG.md b/CHANGELOG.md index 715854d..2c4534f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # NEXT RELEASE + +### 0.9.4 * Bump `yara-python` to 4.3.0+ and deal with backwards incompatibility ### 0.9.3 diff --git a/pyproject.toml b/pyproject.toml index 16b6e8a..f211d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yaralyzer" -version = "0.9.3" +version = "0.9.4" 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"