Skip to content

Commit 1471af6

Browse files
authored
Merge pull request #7 from pamelafox/rm-version
Remove __version__
2 parents 1fa0d91 + 6f20733 commit 1471af6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

axe_playwright_python/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
__version__ = "0.1.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "axe-playwright-python"
33
description = "Automated web accessibility testing using axe-core engine and Playwright."
4-
version = "0.1.3"
4+
version = "0.1.4"
55
authors = [{name = "Pamela Fox", "email" = "[email protected]"}]
66
requires-python = ">=3.8"
77
readme = "README.md"
@@ -58,4 +58,4 @@ show-source = true
5858

5959
[tool.black]
6060
line-length = 100
61-
target-version = ["py39"]
61+
target-version = ["py38"]

0 commit comments

Comments
 (0)