Skip to content

Commit 1113042

Browse files
author
Martin Durant
committed
v0.5.2
1 parent df981f9 commit 1113042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
setup(name='streamz',
12-
version='0.5.1',
12+
version='0.5.2',
1313
description='Streams',
1414
url='http://github.com/mrocklin/streamz/',
1515
maintainer='Matthew Rocklin',

streamz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
except ImportError:
99
pass
1010

11-
__version__ = '0.5.1'
11+
__version__ = '0.5.2'

0 commit comments

Comments
 (0)