From 394b40d60aa3306ff153978a114e1de9f6f3320f Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 14 May 2015 10:53:40 +0200 Subject: [PATCH] bump the version to match what's in qpid-proton --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10eaed5..5d410f2 100644 --- a/setup.py +++ b/setup.py @@ -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",