Skip to content

Commit

Permalink
Bumped version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bentoi committed May 11, 2018
1 parent db0be1c commit 3489f57
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 @@ -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 = '[email protected]',
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',
Expand Down

0 comments on commit 3489f57

Please sign in to comment.