Skip to content

Commit cf1e15b

Browse files
committed
bump version to 1.0.4
1 parent 6b6b89c commit cf1e15b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "htmlcmp"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "Compare HTML files by rendered output"
55
classifiers = []
66
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="htmlcmp",
10-
version="1.0.3",
10+
version="1.0.4",
1111
author="Andreas Stefl",
1212
author_email="stefl.andreas@gmail.com",
1313
description="Compare HTML files by rendered output",

0 commit comments

Comments
 (0)