bump the version to match what's in qpid-proton
This commit is contained in:
2
setup.py
2
setup.py
@@ -30,7 +30,7 @@ setup(name="pyngus",
|
|||||||
description="Callback API implemented over Proton",
|
description="Callback API implemented over Proton",
|
||||||
url="https://github.com/kgiusti/pyngus",
|
url="https://github.com/kgiusti/pyngus",
|
||||||
license="Apache Software License",
|
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",
|
classifiers=["License :: OSI Approved :: Apache Software License",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|||||||
Reference in New Issue
Block a user