diff --git a/setup.py b/setup.py index c314cd4d..1af6e269 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='streamz', - version='0.2.0', + version='0.3.0', description='Streams', url='http://github.com/mrocklin/streamz/', maintainer='Matthew Rocklin', diff --git a/streamz/__init__.py b/streamz/__init__.py index 398cc5ba..d444d596 100644 --- a/streamz/__init__.py +++ b/streamz/__init__.py @@ -8,4 +8,4 @@ except ImportError: pass -__version__ = '0.2.0' +__version__ = '0.3.0'