We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fa0d91 + 6f20733 commit 1471af6Copy full SHA for 1471af6
axe_playwright_python/__init__.py
@@ -1 +0,0 @@
1
-__version__ = "0.1.3"
pyproject.toml
@@ -1,7 +1,7 @@
[project]
2
name = "axe-playwright-python"
3
description = "Automated web accessibility testing using axe-core engine and Playwright."
4
-version = "0.1.3"
+version = "0.1.4"
5
authors = [{name = "Pamela Fox", "email" = "[email protected]"}]
6
requires-python = ">=3.8"
7
readme = "README.md"
@@ -58,4 +58,4 @@ show-source = true
58
59
[tool.black]
60
line-length = 100
61
-target-version = ["py39"]
+target-version = ["py38"]
0 commit comments