Skip to content

Commit

Permalink
Updated version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bentoi committed Sep 2, 2019
1 parent b13d32c commit 2d3a24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit 2d3a24a

Please sign in to comment.