Skip to content

Commit 6d5bcf4

Browse files
authored
Merge pull request #436 from martindurant/release
bump for release
2 parents 14ee10f + 15d7fe1 commit 6d5bcf4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.2',
12+
version='0.6.3',
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.2'
16+
__version__ = '0.6.3'

0 commit comments

Comments
 (0)