Skip to content

Commit

Permalink
Bump version to 0.10.5 and use cryptography >= 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-v-diaz committed Jun 14, 2017
1 parent 16356ec commit 953ced4
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 @@ -68,7 +68,7 @@

setup(
name = 'securesystemslib',
version = '0.10.4',
version = '0.10.5',
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
long_description = long_description,
author = 'https://www.updateframework.com',
Expand Down Expand Up @@ -96,7 +96,7 @@
'Topic :: Security',
'Topic :: Software Development'
],
install_requires = ['six', 'cryptography>=1.4.0', 'pycrypto>=2.6.1', 'pynacl>=0.2.3'],
install_requires = ['six', 'cryptography>=1.9.0', 'pycrypto>=2.6.1', 'pynacl>=0.2.3'],
packages = find_packages(exclude=['tests']),
scripts = []
)

0 comments on commit 953ced4

Please sign in to comment.