Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Oct 13, 2015
1 parent 48bace6 commit 2b7f80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamparse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
:organization: Parsely
'''

__version__ = '2.1.0'
__version__ = '2.1.1'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 2b7f80f

Please sign in to comment.