We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eac4f commit e2fea2aCopy full SHA for e2fea2a
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "htmlcmp"
3
-version = "1.0.0"
+version = "1.0.1"
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.0",
+ version="1.0.1",
11
author="Andreas Stefl",
12
author_email="stefl.andreas@gmail.com",
13
description="Compare HTML files by rendered output",
0 commit comments