From b686c70f0b1e694c26dd90b7d0b3f0cc3361530e Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Wed, 13 Dec 2023 17:53:06 +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 a212270..c24d0e2 100644 --- a/httplint/__init__.py +++ b/httplint/__init__.py @@ -3,4 +3,4 @@ from httplint.note import Notes -__version__ = "2023.12.10" +__version__ = "2023.12.11"