Skip to content

Commit 6674b11

Browse files
committed
bump version to 0.2.0
- add inspect error middleware - fix test assuming msgpack expand iterators
1 parent 3ffe052 commit 6674b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zerorpc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# SOFTWARE.
2424

2525
__title__ = 'zerorpc'
26-
__version__ = '0.1.1'
26+
__version__ = '0.2.0'
2727
__author__ = 'dotCloud, Inc.'
2828
__license__ = 'MIT'
2929
__copyright__ = 'Copyright 2012 dotCloud, Inc.'

0 commit comments

Comments
 (0)