Skip to content

Commit af52640

Browse files
committed
0.4.1 release
1 parent 9a4ed88 commit af52640

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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.4.0'
4+
__version__ = '0.4.1'
55

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

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
[bumpversion]
2+
current_version = 0.4.1
3+
14
[wheel]
25
universal = 1
6+

0 commit comments

Comments
 (0)