diff --git a/pyproject.toml b/pyproject.toml index 0ca1928..cd0384d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "html2image" -version = "2.0.3" +version = "2.0.4" description = "Package acting as a wrapper around the headless mode of existing web browsers to generate images from URLs and from HTML+CSS strings or files." authors = ["vgalin"] license = "MIT"