Skip to content

Commit

Permalink
Update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Feb 13, 2019
1 parent 17c3efe commit c9ad78c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2015-present-present ZeroC, Inc. All rights reserved.
# Copyright (c) ZeroC, Inc. All rights reserved.
#

try:
Expand All @@ -21,13 +21,13 @@
setup(
name = 'zeroc-icecertutils',
packages = ['IceCertUtils'],
version = '1.0.2.1',
version = '1.0.3',
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.2.1.tar.gz',
download_url = 'https://github.com/zeroc-ice/icecertutils/archive/v1.0.3.tar.gz',
keywords = ['ice', 'certificate', 'ca', 'ssl'],
install_requires = (["pyopenssl>=0.14"] if not hasOpenSSL or sys.platform == "win32" else []),
license='BSD',
Expand All @@ -51,6 +51,9 @@
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
test_suite = "tests.factory",
)

0 comments on commit c9ad78c

Please sign in to comment.