Skip to content

Commit

Permalink
0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Apr 18, 2018
1 parent 9a4ed88 commit af52640
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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.4.0'
__version__ = '0.4.1'

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

Expand Down
4 changes: 4 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[bumpversion]
current_version = 0.4.1

[wheel]
universal = 1

0 comments on commit af52640

Please sign in to comment.