We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14ee10f + 15d7fe1 commit 6d5bcf4Copy full SHA for 6d5bcf4
2 files changed
setup.py
@@ -9,7 +9,7 @@
9
10
11
setup(name='streamz',
12
- version='0.6.2',
+ version='0.6.3',
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.2'
+__version__ = '0.6.3'
0 commit comments