Skip to content

Commit

Permalink
0.4.0 release (thanks @cowsrule!).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Apr 11, 2018
1 parent c5e869e commit 58bffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akismet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import datetime
from akismet.exceptions import AkismetServerError, MissingParameterError

__version__ = '0.3.0'
__version__ = '0.4.0'

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

Expand Down

0 comments on commit 58bffba

Please sign in to comment.