Skip to content

Commit

Permalink
Bump version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jun 29, 2017
1 parent 20d1d49 commit 5cb8da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystorm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def _safe_int(string):
return string


__version__ = '3.1.0'
__version__ = '3.1.1'
VERSION = tuple(_safe_int(x) for x in __version__.split('.'))

0 comments on commit 5cb8da2

Please sign in to comment.