We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f52bd2 commit 453cb7aCopy full SHA for 453cb7a
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.2
3
commit = True
4
tag = False
5
akismet/__init__.py
@@ -1,7 +1,7 @@
import datetime
from akismet.exceptions import AkismetServerError, MissingParameterError
-__version__ = '0.4.1'
+__version__ = '0.4.2'
6
PYTHON_AKISMET_USER_AGENT = "Python-Akismet/{0}".format(__version__)
7
0 commit comments