From 2d3a24ae8e16ecacd6f6a4e492e03e092ae0d8cc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 2 Sep 2019 13:19:01 +0200 Subject: [PATCH] Updated version to 1.0.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d0188c3..386b292 100644 --- a/setup.py +++ b/setup.py @@ -21,13 +21,13 @@ setup( name = 'zeroc-icecertutils', packages = ['IceCertUtils'], - version = '1.0.3', + version = '1.0.4', description = 'ZeroC Ice certificate utilities', long_description = long_description, 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.3.tar.gz', + download_url = 'https://github.com/zeroc-ice/icecertutils/archive/v1.0.4.tar.gz', keywords = ['ice', 'certificate', 'ca', 'ssl'], install_requires = (["pyopenssl>=0.14"] if not hasOpenSSL or sys.platform == "win32" else []), license='BSD',