Skip to content

Commit

Permalink
Bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-wangxu committed Oct 1, 2018
1 parent 37479f7 commit 487bf1d
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.0'
__version__ = '0.4.1'

from .exceptions import Empty, Full # noqa
from .pdict import PDict # noqa
Expand Down

0 comments on commit 487bf1d

Please sign in to comment.