Skip to content

Commit c23bcf1

Browse files
committed
feat: version 1.1.0
Closes #51
1 parent f3545aa commit c23bcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/setup.py

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

1111
setup(
1212
name='http_ece',
13-
version='1.0.5',
13+
version='1.1.0',
1414
author='Martin Thomson',
1515
author_email='[email protected]',
1616
scripts=[],
@@ -27,7 +27,7 @@
2727
],
2828
keywords='crypto http',
2929
install_requires=[
30-
'cryptography>=1.9',
30+
'cryptography>=2.5',
3131
],
3232
tests_require=[
3333
'nose',

0 commit comments

Comments
 (0)