Skip to content

Commit ea5139c

Browse files
authored
Merge branch 'python-streamz:master' into map_async
2 parents 02e7c51 + 8c73290 commit ea5139c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
setup(name='streamz',
12-
version='0.6.4',
12+
version='0.6.5',
1313
description='Streams',
1414
url='http://github.com/python-streamz/streamz/',
1515
maintainer='Matthew Rocklin',

streamz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
except ImportError:
1414
pass
1515

16-
__version__ = '0.6.4'
16+
__version__ = '0.6.5'

0 commit comments

Comments
 (0)