Skip to content

Commit

Permalink
bump version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-wangxu committed Sep 5, 2021
1 parent 2a5f422 commit 72a7728
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.6.0'
__version__ = '0.7.0'

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

0 comments on commit 72a7728

Please sign in to comment.