Skip to content

Commit 2c18ef2

Browse files
author
Martin Durant
committed
v0.6.0
1 parent 14f4d71 commit 2c18ef2

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.5.6',
12+
version='0.6.0',
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
@@ -8,4 +8,4 @@
88
except ImportError:
99
pass
1010

11-
__version__ = '0.5.6'
11+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)