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.
2 parents 02e7c51 + 8c73290 commit ea5139cCopy full SHA for ea5139c
setup.py
@@ -9,7 +9,7 @@
9
10
11
setup(name='streamz',
12
- version='0.6.4',
+ version='0.6.5',
13
description='Streams',
14
url='http://github.com/python-streamz/streamz/',
15
maintainer='Matthew Rocklin',
streamz/__init__.py
@@ -13,4 +13,4 @@
except ImportError:
pass
16
-__version__ = '0.6.4'
+__version__ = '0.6.5'
0 commit comments