From 42330d4d24f3eb8292825e1dca7280a464a0ef10 Mon Sep 17 00:00:00 2001 From: James Bennett <james@b-list.org> Date: Mon, 19 Feb 2024 22:38:57 -0800 Subject: [PATCH] Version 1.3. --- 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 3e69efb..a89bec3 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 commonl.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 = "1.3a1" +LIBRARY_VERSION = "1.3"