Skip to content

Commit 453cb7a

Browse files
committed
Bump version: 0.4.1 → 0.4.2
1 parent 3f52bd2 commit 453cb7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
commit = True
44
tag = False
55

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.1'
4+
__version__ = '0.4.2'
55

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

0 commit comments

Comments
 (0)