Skip to content

Commit 322cf3e

Browse files
committed
Bump version to 0.3.0.
1 parent ab8b9ba commit 322cf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akismet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import datetime
22
from akismet.exceptions import AkismetServerError, MissingParameterError
33

4-
__version__ = '0.2.3'
4+
__version__ = '0.3.0'
55

66
PYTHON_AKISMET_USER_AGENT = "Python-Akismet/{0}".format(__version__)
77

0 commit comments

Comments
 (0)