Skip to content

Commit e6daf47

Browse files
committed
Bump version to v0.4.2
1 parent 2eaf96d commit e6daf47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistqueue/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding=utf-8
22
__author__ = 'Peter Wang'
33
__license__ = 'BSD'
4-
__version__ = '0.4.1'
4+
__version__ = '0.4.2'
55

66
from .exceptions import Empty, Full # noqa
77
from .queue import Queue # noqa

0 commit comments

Comments
 (0)