From 7cf3b47ef61479820e5bf779dea84fc2d09fae07 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Sun, 18 Jan 2015 18:35:40 -0500 Subject: 0.7 was released. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 8d9d12a..65a1b52 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup(name='pyOpenSSL', version=__version__, maintainer_email = 'exarkun@twistedmatrix.com', url = 'https://github.com/pyca/pyopenssl', license = 'APL2', - install_requires=["cryptography>=0.7.dev0", "six>=1.5.2"], + install_requires=["cryptography>=0.7", "six>=1.5.2"], long_description = """\ High-level wrapper around a subset of the OpenSSL library, includes * SSL.Connection objects, wrapping the methods of Python's portable -- cgit v1.2.1