From 7f4e8684fc6bb824c53e4fd0b61ee3bd08139879 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Sun, 24 Mar 2024 09:43:16 +0100 Subject: [PATCH] Bump version to 4.3.1 --- wsgidav/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsgidav/__init__.py b/wsgidav/__init__.py index 451ade2..f9f674d 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.3.1-a1" +__version__ = "4.3.1" # make version accessible as 'wsgidav.__version__' # from wsgidav._version import __version__ # noqa: F401