Skip to content

Commit 2afa062

Browse files
Merge pull request #41 from secure-systems-lab/bump_version
Bump version to 0.10.5 and use cryptography >= 1.9.0
2 parents 9f00b26 + 953ced4 commit 2afa062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.10.4',
71+
version = '0.10.5',
7272
description = 'A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU',
7373
long_description = long_description,
7474
author = 'https://www.updateframework.com',
@@ -96,7 +96,7 @@
9696
'Topic :: Security',
9797
'Topic :: Software Development'
9898
],
99-
install_requires = ['six', 'cryptography>=1.4.0', 'pycrypto>=2.6.1', 'pynacl>=0.2.3'],
99+
install_requires = ['six', 'cryptography>=1.9.0', 'pycrypto>=2.6.1', 'pynacl>=0.2.3'],
100100
packages = find_packages(exclude=['tests']),
101101
scripts = []
102102
)

0 commit comments

Comments
 (0)