Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-wangxu committed Nov 3, 2017
1 parent 71ded7c commit 7a2c4d3
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 License'
__version__ = '0.3.2'
__version__ = '0.3.3'

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

0 comments on commit 7a2c4d3

Please sign in to comment.