Skip to content

Commit b7ce6ce

Browse files
committed
Bump version to 4.0.1
1 parent 63a60ac commit b7ce6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsgidav/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
When pywin32 is installed, number must be a.b.c for MSI builds?
1616
"3.0.0a4" seems not to work in this case!
1717
"""
18-
__version__ = "4.0.0"
18+
__version__ = "4.0.1"
1919

2020
# make version accessible as 'wsgidav.__version__'
2121
# from wsgidav._version import __version__ # noqa: F401

0 commit comments

Comments
 (0)