bump the version to match what's in qpid-proton

This commit is contained in:
Flavio Percoco
2015-05-14 10:53:40 +02:00
parent 70be5e82df
commit 394b40d60a

View File

@@ -30,7 +30,7 @@ setup(name="pyngus",
description="Callback API implemented over Proton",
url="https://github.com/kgiusti/pyngus",
license="Apache Software License",
install_requires=['python-qpid-proton>=0.8,<0.9'],
install_requires=['python-qpid-proton>=0.9,<0.10'],
classifiers=["License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers",
"Operating System :: OS Independent",