Skip to content

Commit 3c6d0f4

Browse files
committed
Bump version: 0.4.2 → 0.4.3
1 parent 6f43552 commit 3c6d0f4

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.2
2+
current_version = 0.4.3
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.2'
4+
__version__ = '0.4.3'
55

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

0 commit comments

Comments
 (0)