diff --git a/setup.py b/setup.py index f8f2a62..59b8800 100644 --- a/setup.py +++ b/setup.py @@ -20,12 +20,12 @@ setup( name = 'zeroc-icecertutils', packages = ['IceCertUtils'], - version = '1.0.1', + version = '1.0.2', description = 'ZeroC Ice certificate utilities', author = 'ZeroC, Inc.', author_email = 'info@zeroc.com', url = 'https://github.com/zeroc-ice/icecertutils', - download_url = 'https://github.com/zeroc-ice/icecertutils/archive/v1.0.1.tar.gz', + download_url = 'https://github.com/zeroc-ice/icecertutils/archive/v1.0.2.tar.gz', keywords = ['ice', 'certificate', 'ca', 'ssl'], install_requires = (["pyopenssl>=0.14"] if not hasOpenSSL or sys.platform == "win32" else []), license='BSD',