From 322cf3e9a9a1986434a20e01cabb6767e91a226b Mon Sep 17 00:00:00 2001 From: Nekmo Date: Sat, 11 Feb 2017 01:23:32 +0100 Subject: [PATCH] Bump version to 0.3.0. --- akismet/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akismet/__init__.py b/akismet/__init__.py index 6c7cde0..d970986 100644 --- a/akismet/__init__.py +++ b/akismet/__init__.py @@ -1,7 +1,7 @@ import datetime from akismet.exceptions import AkismetServerError, MissingParameterError -__version__ = '0.2.3' +__version__ = '0.3.0' PYTHON_AKISMET_USER_AGENT = "Python-Akismet/{0}".format(__version__)