We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df981f9 commit 1113042Copy full SHA for 1113042
setup.py
@@ -9,7 +9,7 @@
9
10
11
setup(name='streamz',
12
- version='0.5.1',
+ version='0.5.2',
13
description='Streams',
14
url='http://github.com/mrocklin/streamz/',
15
maintainer='Matthew Rocklin',
streamz/__init__.py
@@ -8,4 +8,4 @@
8
except ImportError:
pass
-__version__ = '0.5.1'
+__version__ = '0.5.2'
0 commit comments