We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d6516f + 6d5bcf4 commit 91f8e63Copy full SHA for 91f8e63
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