From a1835bec2e61231c121503b8e00cb8deac3831b0 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Fri, 8 Dec 2023 16:58:19 +1100 Subject: [PATCH] bump version --- httplint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httplint/__init__.py b/httplint/__init__.py index 0431fee..62b45de 100644 --- a/httplint/__init__.py +++ b/httplint/__init__.py @@ -3,4 +3,4 @@ from httplint.note import Notes -__version__ = "2023.12.2" +__version__ = "2023.12.3"