Skip to content

Commit a354117

Browse files
committed
bump version to 1.0.5
1 parent 6abdfb2 commit a354117

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.4"
3+
version = "1.0.5"
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.4",
10+
version="1.0.5",
1111
author="Andreas Stefl",
1212
author_email="stefl.andreas@gmail.com",
1313
description="Compare HTML files by rendered output",

0 commit comments

Comments
 (0)