From b7ce6ce47c7f42b8f7eed0258b89fea4c1951233 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Tue, 11 Jan 2022 18:03:03 +0100 Subject: [PATCH] Bump version to 4.0.1 --- wsgidav/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgidav/__init__.py b/wsgidav/__init__.py index 8d167443..6d070668 100644 --- a/wsgidav/__init__.py +++ b/wsgidav/__init__.py @@ -15,7 +15,7 @@ When pywin32 is installed, number must be a.b.c for MSI builds? "3.0.0a4" seems not to work in this case! """ -__version__ = "4.0.0" +__version__ = "4.0.1" # make version accessible as 'wsgidav.__version__' # from wsgidav._version import __version__ # noqa: F401