We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6b89c commit cf1e15bCopy full SHA for cf1e15b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "htmlcmp"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = "Compare HTML files by rendered output"
5
classifiers = []
6
authors = [
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="htmlcmp",
10
- version="1.0.3",
+ version="1.0.4",
11
author="Andreas Stefl",
12
author_email="stefl.andreas@gmail.com",
13
description="Compare HTML files by rendered output",
0 commit comments