Skip to content

Commit

Permalink
Merge pull request #230 from Parsely/bugfix/pystorm_version
Browse files Browse the repository at this point in the history
Pin pystorm version to >= 2.0.1
  • Loading branch information
dan-blanchard committed Apr 8, 2016
2 parents 9339908 + da5c0f6 commit cc8c393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ requests
prettytable
setuptools
simplejson
pystorm
pystorm>=2.0.1
thriftpy>=0.3.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def readme():
'prettytable',
'six>=1.5',
'simplejson',
'pystorm',
'pystorm>=2.0.1',
'thriftpy>=0.3.2'
]

Expand Down
2 changes: 1 addition & 1 deletion streamparse/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.0.0.dev1'
__version__ = '3.0.0.dev2'
VERSION = tuple(_safe_int(x) for x in __version__.split('.'))

0 comments on commit cc8c393

Please sign in to comment.