Skip to content

Commit e2fea2a

Browse files
committed
bump version
1 parent 40eac4f commit e2fea2a

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

0 commit comments

Comments
 (0)