diff --git a/python/setup.py b/python/setup.py index 2e2683a9..7b67087d 100644 --- a/python/setup.py +++ b/python/setup.py @@ -33,7 +33,7 @@ author='Arkajit Dey', author_email='arkajit.dey@gmail.com', url='http://www.keyczar.org/', - version='0.71h', + version='0.716', packages=['keyczar'], package_dir={'keyczar': 'src/keyczar'}, install_requires=['pycrypto>2.0', 'pyasn1'],