From 9ace873da531df7547bd0573953e853a49f123e2 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Thu, 14 Dec 2023 22:38:41 +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 0312f74..08f3984 100644 --- a/httplint/__init__.py +++ b/httplint/__init__.py @@ -3,4 +3,4 @@ from httplint.note import Notes -__version__ = "2023.12.11" +__version__ = "2023.12.12"