Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Feb 16, 2018
1 parent cd004e3 commit d0010da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion streamz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
except ImportError:
pass

__version__ = '0.2.0'
__version__ = '0.3.0'

0 comments on commit d0010da

Please sign in to comment.