Skip to content

Commit

Permalink
[GH-139]Bump version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-wangxu committed Nov 9, 2020
1 parent 54bf1c2 commit 5ce10af
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.5.0'
__version__ = '0.5.1'

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

0 comments on commit 5ce10af

Please sign in to comment.