From 88b8d3e8c909c6143829215f2bdf54354b837184 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Wed, 13 Dec 2023 16:21:23 +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 6efada6..4ca61ab 100644 --- a/httplint/__init__.py +++ b/httplint/__init__.py @@ -3,4 +3,4 @@ from httplint.note import Notes -__version__ = "2023.12.8" +__version__ = "2023.12.9"