Skip to content

Commit 83abcf0

Browse files
authored
Merge pull request #51 from perosb/crypto
Update to use cryptography 1.8.2
2 parents c83634d + cd7348e commit 83abcf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
ecdsa==0.13
2-
cryptography==1.8.1
2+
cryptography==1.8.2

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import setup, find_packages
55

6-
__version__ = "1.2.3"
6+
__version__ = "1.2.4"
77

88

99
def read_from(file):

0 commit comments

Comments
 (0)