Skip to content

Commit

Permalink
🔖 Release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanglro committed Sep 26, 2022
1 parent 2d62a93 commit 89f8a25
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 75 deletions.
78 changes: 7 additions & 71 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pwhtmltopdf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pwhtmltopdf.core import HtmlToPdf

__version__ = "0.1.0"
__version__ = "0.1.1"
__author__ = "vvanglro"

__all__ = ["HtmlToPdf"]
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pwhtmltopdf"
version = "0.1.0"
version = "0.1.1"
description = "playwright render html to pdf"
authors = ["vvanglro"]
license = "Apache-2.0"
Expand All @@ -12,8 +12,8 @@ keywords = ["playwright", "html", "pdf"]
exclude = ["tests/effect"]

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
playwright = "^1.25.2"
python = ">=3.7,<4"
playwright = "*"
jinja2 = "^3.1.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 89f8a25

Please sign in to comment.