Skip to content

Commit

Permalink
Bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-wangxu committed Feb 16, 2019
1 parent 2eaf96d commit e6daf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion persistqueue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding=utf-8
__author__ = 'Peter Wang'
__license__ = 'BSD'
__version__ = '0.4.1'
__version__ = '0.4.2'

from .exceptions import Empty, Full # noqa
from .queue import Queue # noqa
Expand Down

0 comments on commit e6daf47

Please sign in to comment.