Skip to content

Commit

Permalink
Merge pull request #41 from secure-systems-lab/bump_version
Browse files Browse the repository at this point in the history
Bump version to 0.10.5 and use cryptography >= 1.9.0
  • Loading branch information
vladimir-v-diaz authored Jun 14, 2017
2 parents 9f00b26 + 953ced4 commit 2afa062
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 2afa062

Please sign in to comment.