We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97701e4 commit 3add7ebCopy full SHA for 3add7eb
2 files changed
setup.py
@@ -9,7 +9,7 @@
9
10
11
setup(name='streamz',
12
- version='0.6.1',
+ version='0.6.2',
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.1'
+__version__ = '0.6.2'
0 commit comments