From 87c3bc66573b3048f8582059683c1172dc0661b7 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 12 May 2024 17:29:58 -0700 Subject: [PATCH] Release version 24.5.1. --- src/akismet/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/akismet/_version.py b/src/akismet/_version.py index ff8a16c..ff68b03 100644 --- a/src/akismet/_version.py +++ b/src/akismet/_version.py @@ -9,4 +9,4 @@ # by setuptools during the package build, and both common.py and __init__.py (which # imports common.py) need to import the third-party httpx library, which is not # available during package build (it only becomes available after package install). -LIBRARY_VERSION = "24.5.0" +LIBRARY_VERSION = "24.5.1"