Bump version to alpha4.

This commit is contained in:
grossmj
2014-05-14 17:45:06 -06:00
parent 562e5c4c43
commit 6981f82b7b
3 changed files with 6 additions and 3 deletions

View File

@ -46,7 +46,7 @@ setup(
long_description=open("README.rst", "r").read(),
install_requires=[
"tornado>=3.1",
"pyzmq>=13.1.0", # this is the strict minimum, recommended is >= 14.0.0
"pyzmq>=14.0.0",
"jsonschema==2.3.0"
],
entry_points={